Module traits

Source
Expand description

Core traits for the variable module.

This module defines the Storable trait, which provides a generic abstraction over the integer types that can be stored in an IntVec.

Traitsยง

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