use Number;
/// Converts a vec value to and from its pco number representation.
///
/// # Safety
///
/// When `IS_TRANSPARENT` is true, `Self` and `NumberType` must have identical
/// layouts, and every valid `NumberType` bit pattern must also be a valid
/// `Self` bit pattern. PCO uses that guarantee to encode and decode directly
/// from the value buffer.
pub unsafe