act

Act on the current state. Use (ref S) to modify the states data.

template act(handlers...)
void
act
(
Self
)
(
auto ref Self self
)
if (
is(Self : Fsm!StateT,
StateT...
)
)

Members

Functions

act
void act(Self self)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta