Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QMHTMY/RustBook
/ len
Method
len
publication/code/chapter08/rbtree.rs:45–47 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
43
}
44
45
fn len(&self) -> usize {
46
self.data.len()
47
}
48
}
49
50
// 红黑树颜色枚举
Callers
2
dequeue
Method · 0.45
is_empty
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected