Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QMHTMY/RustBook
/ size
Method
size
code/chapter03/deque.rs:60–62 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
58
}
59
60
fn size(&self) -> usize {
61
self.data.len()
62
}
63
}
64
65
fn main() {
Callers
5
add_front
Method · 0.45
add_rear
Method · 0.45
remove_front
Method · 0.45
remove_rear
Method · 0.45
is_empty
Method · 0.45
Calls
1
len
Method · 0.45
Tested by
no test coverage detected