Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QMHTMY/RustBook
/ is_empty
Method
is_empty
publication/code/chapter08/rbtree.rs:41–43 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
39
}
40
41
fn is_empty(&self) -> bool {
42
0 == self.len()
43
}
44
45
fn len(&self) -> usize {
46
self.data.len()
Callers
1
levelorder
Method · 0.45
Calls
1
len
Method · 0.45
Tested by
no test coverage detected