Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lokathor/tinyvec
/ as_slice
Method
as_slice
src/arrayvec.rs:382–384 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
380
#[inline(always)]
381
#[must_use]
382
pub fn as_slice(&self) -> &[A::Item] {
383
self.deref()
384
}
385
386
/// The capacity of the `ArrayVec`.
387
///
Callers
12
clone_from
Method · 0.45
deref
Method · 0.45
as_ptr
Method · 0.45
capacity
Method · 0.45
grab_spare_slice
Method · 0.45
from
Method · 0.45
fmt
Method · 0.45
eq
Method · 0.45
partial_cmp
Method · 0.45
cmp
Method · 0.45
hash
Method · 0.45
format
Method · 0.45
Calls
1
deref
Method · 0.45
Tested by
no test coverage detected