Type Alias aint::i65

source ·
pub type i65 = Aint<i128, 65>;
Expand description

A 65-bit signed integer

Aliased Type§

struct i65(/* private fields */);