Expand description
Vec
buffer types and trait definitions.
Structs§
- VecData
- An abstract type which captures the parameters of a
Vec
type’s data representation. - VecHeader
- The header associated with each
Vec
instance.
Traits§
- VecBuffer
- A concrete
Vec
backing buffer.