Type Alias aint::i44

source ·
pub type i44 = Aint<i64, 44>;
Expand description

A 44-bit signed integer

Aliased Type§

struct i44(/* private fields */);