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