Type Alias Ternary

Source
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 */ }