[][src]Type Definition kul_core::premade::inmem::BindingsSlice

type BindingsSlice<'input, 'alloc, 'funs, 'bind, Extra = (), CombinerError = ()> = &'bind [BindingsPair<'input, 'alloc, 'funs, Extra, CombinerError>];

A slice of pairs (2-tuples) that associate operator sub-forms with macro functions, to bind them. Used by our OperatorBindings via our parser constructor.

Useful when defining a borrowed array of bindings.