pub trait Inverse { type Output; fn inverse(&self) -> Self::Output; }
Unary operator for retrieving the inverse value.