Type Definition arithmetic_eval::fns::Ternary[][src]

type Ternary<T> = FnWrapper<(T, T, T, T), fn(_: T, _: T, _: T) -> T>;
Expand description

Ternary function wrapper.