Skip to main content

detect_array_with

Function detect_array_with 

Source
pub fn detect_array_with<'a>(
    words: &'a [u32],
    detect: impl FnMut(FieldView<'a>) -> Option<&'a [u32]>,
) -> Option<&'a [u32]>
Expand description

Detects the complete encoded extent of an array using an element detector.