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

Method size

src/tree/binary/tree.rs:14–16  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

12 }
13
14 pub fn size(&self) -> usize {
15 self.size
16 }
17
18 pub fn set_size(&mut self, size: usize) {
19 self.size = size;

Callers 5

nnzMethod · 0.45
delete_minMethod · 0.45
delete_maxMethod · 0.45
deleteMethod · 0.45
keysMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected