MCPcopy Index your code
hub / github.com/dropbox/rust-alloc-no-stdlib / ItemVec

Class ItemVec

alloc-stdlib/src/test.rs:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6use super::super::Allocator;
7#[derive(Debug)]
8pub struct ItemVec<Item>(Vec<Item>);
9define_index_ops_mut!(T, ItemVec<T>);
10
11impl<Item> Default for ItemVec<Item> {

Callers 2

defaultMethod · 0.85
alloc_cellMethod · 0.85

Calls

no outgoing calls

Tested by 2

defaultMethod · 0.68
alloc_cellMethod · 0.68