Trait nekolib::traits::count::Count

source ·
pub trait Count<I> {
    // Required method
    fn count(&self, range: impl RangeBounds<usize>, value: I) -> usize;
}
Expand description

計数クエリ。

Required Methods§

source

fn count(&self, range: impl RangeBounds<usize>, value: I) -> usize

Implementors§