Type Alias I512

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

Signed bit integer.

Aliased Typeยง

struct I512(/* private fields */);