MCPcopy Create free account
hub / github.com/apache/arrow-rs / count

Method count

arrow-buffer/src/util/bit_iterator.rs:77–82  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

75 }
76
77 fn count(self) -> usize
78 where
79 Self: Sized,
80 {
81 self.len()
82 }
83
84 #[inline]
85 fn nth(&mut self, n: usize) -> Option<Self::Item> {

Callers 2

get_valueMethod · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected