pub const fn has_sequences(pa_elem: u64, len: u32) -> bool
Expand description

Checks whether a given position array entry has a sequence of the given length (or longer).

Performance Analysis

This function expects many constant folding operations assuming constant len. has_sequences_const() forces to do that.