diff options
author | Brian Gianforcaro <bgianf@serenityos.org> | 2021-06-03 03:14:56 -0700 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-06-03 13:27:40 +0200 |
commit | ef4fdcf76fd8c53bbdd4f1ad7d9009292b5846b5 (patch) | |
tree | bf9ef955fcabf4b2e96503fc01220b41b46f36ce /Tests/AK/TestIntrusiveList.cpp | |
parent | e37f39d980d14757a4d263990a69cd450218074e (diff) | |
download | serenity-ef4fdcf76fd8c53bbdd4f1ad7d9009292b5846b5.zip |
AK: Add reverse iterator support to AK::IntrusiveList
In order for IntrusiveList to be capable of replacing InlineLinkedList,
it needs to support reverse iteration. InlineLinkedList currently
supports manual reverse iteration by calling list->last() followed by
node->prev().
Diffstat (limited to 'Tests/AK/TestIntrusiveList.cpp')
0 files changed, 0 insertions, 0 deletions