Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
use super::super::Allocator;
7
#[derive(Debug)]
8
pub struct ItemVec<Item>(Vec<Item>);
9
define_index_ops_mut!(T, ItemVec<T>);
10
11
impl<Item> Default for ItemVec<Item> {
Callers
2
default
Method · 0.85
alloc_cell
Method · 0.85
Calls
no outgoing calls
Tested by
2
default
Method · 0.68
alloc_cell
Method · 0.68