Type Alias I512

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

Signed bit integer.

Aliased Typeยง

struct I512(/* private fields */);