Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lokathor/tinyvec
/ as_mut_slice
Method
as_mut_slice
src/arrayvec.rs:364–366 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
362
#[inline(always)]
363
#[must_use]
364
pub fn as_mut_slice(&mut self) -> &mut [A::Item] {
365
self.deref_mut()
366
}
367
368
/// A `*const` pointer to the backing array.
369
///
Callers
4
try_insert
Method · 0.45
split_off
Method · 0.45
dedup_by
Method · 0.45
try_from
Method · 0.45
Calls
1
deref_mut
Method · 0.45
Tested by
no test coverage detected