Type Alias I1024

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

Signed bit integer.

Aliased Typeยง

struct I1024(/* private fields */);