Type Definition stack_dst::buffers::U64Vec

source ·
pub type U64Vec = Vec<MaybeUninit<u64>>;
Expand description

Dyanamically allocated buffer with 8-byte alignment