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