pub type p64 = Posit<64, 2, i64>;
Standard-defined 64-bit posit (with 2-bit exponent).
pub struct p64(/* private fields */);