Trait nekolib::traits::Count3way

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

三方向計数クエリ。

Required Methods§

source

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

Implementors§