Crate sid_vec [] [src]

Structs

IdSlice
IdVec

Similar to Vec except that it is indexed using an Id rather than an usize index. if the stored type implements Default, IdVec can also use the set(...) method which can grow the vector to accomodate for the requested id.

MutIdSlice