Skip to main content

Module array

Module array 

Source
Expand description

The ArrayElement trait: the element types that can be stored.

A single generic code path handles both fixed-width primitives and variable-length values by going through this trait, which provides chunk-level encode/decode and fill-value generation.

Traitsยง

ArrayElement
Unified element type for all array operations.