Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
nnz
Method · 0.45
delete_min
Method · 0.45
delete_max
Method · 0.45
delete
Method · 0.45
keys
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected