rust-sourcemap icon indicating copy to clipboard operation
rust-sourcemap copied to clipboard

impl DoubleEndedIterator for TokenIter

Open PrivateRookie opened this issue 4 years ago • 0 comments

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.

PrivateRookie avatar Nov 17 '21 02:11 PrivateRookie