macro_rules! triplet_enum_func {
($self:ident, $func:ident, $( $token:tt ),*) => { ... };
}Expand description
Macro to generate simple functions that cover all types of triplet iterator.
$func is a function of a typed triplet iterator and $token is a either {ref} or
{ref, mut}