Function rustc_expand::mbe::metavar_expr::try_eat_comma
source · [−]Expand description
Tries to move the iterator forward returning true
if there is a comma. If not, then the
iterator is not modified and the result is false
.