MCPcopy Create free account
hub / github.com/dropbox/rust-alloc-no-stdlib / slice_mut

Method slice_mut

alloc-stdlib/src/test.rs:23–25  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

21
22impl<Item> SliceWrapperMut<Item> for ItemVec<Item> {
23 fn slice_mut(&mut self) -> &mut [Item] {
24 &mut self.0[..]
25 }
26}
27/*
28impl<Item> core::ops::Index<usize> for ItemVec<Item> {

Callers 15

heap_testFunction · 0.45
std_testFunction · 0.45
std_unsafe_heap_testFunction · 0.45
std_heap_testFunction · 0.45
show_heap_preallocFunction · 0.45
mainFunction · 0.45
stack_pool_testFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected