Module nibble::pair [] [src]

Types for manipulating pairs of nibbles in a single byte.

Structs

Iter

Iterator over the nibbles in a pair.

IterMut

Mutable iterator over the nibbles in a pair.

U4HiCell

A cell for mutating a high-order nibble.

U4LoCell

A cell for mutating a low-order nibble.

Traits

U4Cell

A generic cell which contains a nibble.

Unions

u4x2

A u8 split into its component nibbles.