Type Alias aint::i53

source ·
pub type i53 = Aint<i64, 53>;
Expand description

A 53-bit signed integer

Aliased Type§

struct i53(/* private fields */);