ReductFn

Type Alias ReductFn 

Source
pub type ReductFn<T, M> = fn(&[Token<T, M>]) -> T;