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