Type Alias Chunk

pub type Chunk = u64_le;
Expand description

A group of eight bytes, aligned to an 8-byte boundary.

Aliased Typeยง

struct Chunk(/* private fields */);