Function tame_index::index::cache::split

source ·
pub fn split(haystack: &[u8], needle: u8) -> impl Iterator<Item = &[u8]> + '_
Expand description

Gives an iterator over the specified buffer, where each item is split by the specified needle value