pub type CpuSection<V> = Section<V, VecStorage<V>>;Expand description
Alias for the common Vec-backed section.
Aliased Typeยง
pub struct CpuSection<V> { /* private fields */ }pub type CpuSection<V> = Section<V, VecStorage<V>>;Alias for the common Vec-backed section.
pub struct CpuSection<V> { /* private fields */ }