MCPcopy 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_insertMethod · 0.45
split_offMethod · 0.45
dedup_byMethod · 0.45
try_fromMethod · 0.45

Calls 1

deref_mutMethod · 0.45

Tested by

no test coverage detected