Module succinct::int_vector [] [src]

Bit-packed vectors of k-bit unsigned integers.

Structs

IntVec

A vector of k-bit unsigned integers, where k is determined at run time.

Iter

An iterator over the elements of an IntVec.

Enums

Fill

Describes how to initialize the memory of an IntVec.

Traits

IntVector

Types that can be accessed as immutable arrays of integers of limited width.

IntVectorMut

Types that can be accessed as mutable arrays of integers of limited width.