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

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

Ternary function wrapper.