MCPcopy 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

newMethod · 0.45
clone_fromMethod · 0.45
deref_mutMethod · 0.45
as_mut_ptrMethod · 0.45
extend_from_sliceMethod · 0.45
fillMethod · 0.45
popMethod · 0.45
try_pushMethod · 0.45
retainMethod · 0.45
retain_mutMethod · 0.45
split_offMethod · 0.45
truncateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected