mirror of
https://github.com/textmate/textmate.git
synced 2026-01-13 16:57:56 -05:00
Previously this was done by exposing iterators but for this to go into the abstract base class we sort of need abstract iterators and that is too complex and visitor interface is sufficient for our single use case.