Type Alias I4096

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

Signed bit integer.

Aliased Typeยง

struct I4096(/* private fields */);