summaryrefslogtreecommitdiff
path: root/AK/Iterator.h
AgeCommit message (Expand)Author
2020-11-14AK: Mark SimpleIterator::operator*() as ALWAYS_INLINEAndreas Kling
2020-09-08AK: Add generic SimpleIterator class to replace VectorIterator.asynts