Expand description

V64 a general Vec replacement in a single 64 bit pointer.

Ideal for elements that are 32 bits or less and the expected vector size is small (total number of elements x element size < 7 bytes)

Structs

A draining iterator for V64<T>.
An iterator produced by calling drain_filter on V64.
An iterator that moves out of a vector.
A splicing iterator for V64.
A thin (64bit) vector. Guaranteed to be a 64 bit smart pointer.

Enums

Traits