pub trait Count<I> { // Required method fn count(&self, range: impl RangeBounds<usize>, value: I) -> usize; }
計数クエリ。