pub type LayeredSystem<LM, L> = System<Ref, LM, L, LAYERED_LAYER_COUNT>;
Type aliases for convenience.
pub struct LayeredSystem<LM, L> { /* private fields */ }