Type Alias aint::i40

source ·
pub type i40 = Aint<i64, 40>;
Expand description

A 40-bit signed integer

Aliased Type§

struct i40(/* private fields */);