Searched defs:with_pos (Results 1 – 2 of 2) sorted by relevance
36 pub(crate) fn with_pos(doc_position: Option<usize>) -> Self { in with_pos() method
583 let with_pos = a.iter().positions(|v| v % 2 == 0); localVariable