summaryrefslogtreecommitdiff
path: root/AK/Iterator.h
AgeCommit message (Expand)Author
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-10AK+Everywhere: Make StdLibExtras templates less wrapper-yAnotherTest
2021-02-01AK: Make single pivot quick_sort guarantee a max stack depth of log(n)Mart G
2020-11-14AK: Mark SimpleIterator::operator*() as ALWAYS_INLINEAndreas Kling
2020-09-08AK: Add generic SimpleIterator class to replace VectorIterator.asynts