DefaultVec

Type Alias DefaultVec 

Source
pub type DefaultVec<T, D = Cpu> = Vec<T, <D as DefaultDeviceAllocator>::Alloc>;
Expand description

A Vec that uses the default allocator for the device

Aliased Typeยง

pub struct DefaultVec<T, D = Cpu> { /* private fields */ }