pub fn sequence_m<M, V>(marker: M, tokens: V) -> Tokenwhere M: Hash, V: Into<Vec<Token>>,
A variant of sequence with a marker assigned.
sequence