Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ len
Method
len
crates/common/src/boxvec.rs:49–51 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
47
48
#[inline]
49
pub const fn len(&self) -> usize {
50
self.len
51
}
52
53
#[inline]
54
pub const fn is_empty(&self) -> bool {
Callers
15
is_empty
Method · 0.45
capacity
Method · 0.45
is_full
Method · 0.45
remaining_capacity
Method · 0.45
try_push
Method · 0.45
push_unchecked
Method · 0.45
try_insert
Method · 0.45
pop
Method · 0.45
swap_pop
Method · 0.45
pop_at
Method · 0.45
truncate
Method · 0.45
retain
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected