Type Alias aint::i50

source ·
pub type i50 = Aint<i64, 50>;
Expand description

A 50-bit signed integer

Aliased Type§

struct i50(/* private fields */);