MCPcopy Index your code
hub / github.com/douchuan/algorithm / len

Method len

src/common/stack.rs:31–33  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

29 }
30
31 pub fn len(&self) -> usize {
32 self.ll.len()
33 }
34
35 pub fn is_empty(&self) -> bool {
36 self.ll.is_empty()

Callers 7

popMethod · 0.45
insertMethod · 0.45
heapifyFunction · 0.45
build_heapFunction · 0.45
unionMethod · 0.45
to_stringMethod · 0.45
insertMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected