Closed oblique closed 2 years ago
StateMachine::new and StateMachine::new_with_state are just filling the struct without calling any function, so they can became const functions to ease construction.
StateMachine::new
StateMachine::new_with_state
Closes #45
StateMachine::new
andStateMachine::new_with_state
are just filling the struct without calling any function, so they can became const functions to ease construction.Closes #45