getsentry / rust-sourcemap

A library for rust that implements basic sourcemap handling
Other
224 stars 27 forks source link

impl DoubleEndedIterator for TokenIter #33

Open PrivateRookie opened 2 years ago

PrivateRookie commented 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.