next

Transition to the next state.

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

Members

Functions

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

Meta