Module bitmap

Module bitmap 

Source
Expand description

A collection of bits.

Structs§

Bitmap
A collection of bits.

Traits§

BitmapRef
An immutable reference to a bitmap.
BitmapRefMut
A mutable reference to a bitmap.
ValidityBitmap
A validity bitmap storing the validity information (null-ness) of elements in a collection in a bitmap.

Type Aliases§

BitmapIntoIter
An iterator over the bits in a Bitmap. Consumes the Bitmap.
BitmapIter
An iterator over the bits in a Bitmap.