Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lokathor/tinyvec
/ as_slice_mut
Method
as_slice_mut
src/array/generic_array_impl.rs:16–18 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
14
15
#[inline(always)]
16
fn as_slice_mut(&mut self) -> &mut [T] {
17
&mut *self
18
}
19
20
#[inline(always)]
21
fn default() -> Self {
Callers
15
new
Method · 0.45
clone_from
Method · 0.45
deref_mut
Method · 0.45
as_mut_ptr
Method · 0.45
extend_from_slice
Method · 0.45
fill
Method · 0.45
pop
Method · 0.45
try_push
Method · 0.45
retain
Method · 0.45
retain_mut
Method · 0.45
split_off
Method · 0.45
truncate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected