Module traits

Module traits 

Source
Expand description

Core traits for the variable module.

This module defines the Storable trait, a generic abstraction that allows different integer types to be stored in an IntVec. It handles the necessary conversions to the u64 word representation required by the underlying variable-length compression codecs.

Traitsยง

Storable
A trait for types that can be stored in a variable-length compressed vector.