Function zerotrie::reader::probe_parameterized

source ยท
pub(crate) fn probe_parameterized<T: ZeroTrieWithOptions + ?Sized>(
    trie: &mut &[u8],
    index: usize,
) -> Option<AsciiProbeResult>
Expand description

Steps one node into the trie, assuming all branch nodes are binary search and that there are no span nodes, using an index.

The input-output argument trie starts at the original trie and ends pointing to the sub-trie indexed by index.