Type Definition Unary
arithmetic_eval::fns
type Unary<T> = FnWrapper<(T, T), fn(_: T) -> T>;
Unary function wrapper.