Function regex_automata::util::wire::u32s_to_state_ids
source ยท pub(crate) fn u32s_to_state_ids(slice: &[u32]) -> &[StateID]
Expand description
Safely converts a &[u32]
to &[StateID]
with zero cost.
pub(crate) fn u32s_to_state_ids(slice: &[u32]) -> &[StateID]
Safely converts a &[u32]
to &[StateID]
with zero cost.