pub type Ternary<T> = FnWrapper<(T, T, T, T), fn(T, T, T) -> T>;
Expand description
Ternary function wrapper.
Aliased Typeยง
pub struct Ternary<T> { /* private fields */ }
pub type Ternary<T> = FnWrapper<(T, T, T, T), fn(T, T, T) -> T>;
Ternary function wrapper.
pub struct Ternary<T> { /* private fields */ }