Type Alias aint::i42

source ·
pub type i42 = Aint<i64, 42>;
Expand description

A 42-bit signed integer

Aliased Type§

struct i42(/* private fields */);