Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lokathor/tinyvec
/ len
Method
len
src/arrayvec.rs:641–643 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
639
#[inline(always)]
640
#[must_use]
641
pub fn len(&self) -> usize {
642
self.len as usize
643
}
644
645
/// Makes a new, empty `ArrayVec`.
646
#[inline(always)]
Callers
15
new
Method · 0.45
serialize
Method · 0.45
try_append
Method · 0.45
capacity
Method · 0.45
extend_from_slice
Method · 0.45
fill
Method · 0.45
try_insert
Method · 0.45
is_full
Method · 0.45
remove
Method · 0.45
split_off
Method · 0.45
splice
Method · 0.45
swap_remove
Method · 0.45
Calls
1
size_hint
Method · 0.45
Tested by
no test coverage detected