[][src]Type Definition r3_portkit::tickful::TickfulState

type TickfulState<const CFG: TickfulCfg> = TickfulStateCore<Wrapping<{ CFG.division() - 1 }>>;

Instantiates the optimal version of TickfulStateCore using a given TickfulCfg. All instances implement TickfulStateTrait.