pub(crate) fn u32s_to_state_ids(slice: &[u32]) -> &[StateID]
Safely converts a &[u32] to &[StateID] with zero cost.
&[u32]
&[StateID]