Type Alias arithmetic_eval::fns::Quaternary

source ·
pub type Quaternary<T> = FnWrapper<(T, T, T, T, T), fn(_: T, _: T, _: T, _: T) -> T>;
Expand description

Quaternary function wrapper.

Aliased Type§

struct Quaternary<T> { /* private fields */ }