Skip to main content

nonempty_band

Function nonempty_band 

Source
fn nonempty_band<'a, Leafs>(leafs: Leafs) -> Option<SmallVec<[&'a EventId; 1]>>
where Leafs: Iterator<Item = &'a EventId>,