pub fn detect_array_with<'a>( words: &'a [u32], detect: impl FnMut(FieldView<'a>) -> Option<&'a [u32]>, ) -> Option<&'a [u32]>
Detects the complete encoded extent of an array using an element detector.