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

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

Quaternary function wrapper.