Expand description
Containers for data that resemble Vec<T>
, with leaner implementations.
Structs§
- Slice
Container - A container that accepts slices
[B::Item]
.
Traits§
- Batch
Container - A general-purpose container resembling
Vec<T>
.
Containers for data that resemble Vec<T>
, with leaner implementations.
[B::Item]
.Vec<T>
.