Skip to main content

Module buffer

Module buffer 

Source
Expand description

Module for array buffer handling.

Structs§

Drain
Buffer for moving elements out of an array range.
DynBuffer
Array buffer type with dynamic allocation.
StaticBuffer
Array buffer type with inline allocation.

Traits§

Buffer
Array buffer trait.
Owned
Buffer trait for owned arrays.