pub type Compressibility<T = f64> = Quantity<T, _Compressibility>;
pub struct Compressibility<T = f64>(/* private fields */);