Type Alias arithmetic_eval::fns::Ternary  
source · pub type Ternary<T> = FnWrapper<(T, T, T, T), fn(_: T, _: T, _: T) -> T>;Expand description
Ternary function wrapper.
Aliased Type§
struct Ternary<T> { /* private fields */ }pub type Ternary<T> = FnWrapper<(T, T, T, T), fn(_: T, _: T, _: T) -> T>;Ternary function wrapper.
struct Ternary<T> { /* private fields */ }