Open PrivateRookie opened 2 years ago
In some case, I want to search token in reverse to find the last match token, but TokenIter impl Iteractor trait only, so sm.tokens().rev() will not compile.
sm.tokens().rev()
In some case, I want to search token in reverse to find the last match token, but TokenIter impl Iteractor trait only, so
sm.tokens().rev()
will not compile.