Type Alias I4096

Source
pub type I4096 = Int<64>;
Available on 64-bit only.
Expand description

Signed bit integer.

Aliased Typeยง

struct I4096(/* private fields */);