My use case for drop is in a parser combinator, wh...
# announcements
s
My use case for drop is in a parser combinator, where I have a sequence of tokens and call drop() when a token is matched in a rule.