Skip to main content

detect_map_with

Function detect_map_with 

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

Detects the complete encoded extent of a map using key and value detectors.