Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QMHTMY/RustBook
/ len
Method
len
publication/code/chapter08/bst.rs:42–44 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
40
}
41
42
fn len(&self) -> usize {
43
self.data.len()
44
}
45
}
46
47
// 二叉查找树子节点链接
Callers
15
find_run
Function · 0.45
binary_insertion_sort
Function · 0.45
new
Method · 0.45
sort
Method · 0.45
merge_collapse
Method · 0.45
merge_force_collapse
Method · 0.45
tim_sort
Function · 0.45
main
Function · 0.45
bubble_sort1
Function · 0.45
bubble_sort2
Function · 0.45
bubble_sort3
Function · 0.45
selection_sort
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected