Type Alias I1024

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

Signed bit integer.

Aliased Typeยง

struct I1024(/* private fields */);