pub const fn has_sequences_const<const LEN: u32>(pa_elem: u64) -> bool
Expand description

The generic variant of has_sequences.

It improves the performance by intensive constant foldings.