pub type Unary<T> = FnWrapper<(T, T), fn(T) -> T>;
Unary function wrapper.
pub struct Unary<T> { /* private fields */ }