CreateStmPolicy

Load CSV file of STM and decode to D code.

template CreateStmPolicy (
string name_
alias ST = cushion.core.StateTransitor
string stateKey_ = "▽"
string factoryName_ = "makeStm"
) {
enum string name;
enum string stateKey;
enum string factoryName;
}

Meta