Type Alias 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ยง

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