MCPcopy 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_runFunction · 0.45
binary_insertion_sortFunction · 0.45
newMethod · 0.45
sortMethod · 0.45
merge_collapseMethod · 0.45
merge_force_collapseMethod · 0.45
tim_sortFunction · 0.45
mainFunction · 0.45
bubble_sort1Function · 0.45
bubble_sort2Function · 0.45
bubble_sort3Function · 0.45
selection_sortFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected