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