summaryrefslogtreecommitdiff
path: root/AK/IntrusiveList.h
AgeCommit message (Expand)Author
2020-11-24AK: Add IntrusiveList::take_last()Andreas Kling
2020-02-14LibCore: Add a forward declaration headerAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-22AK: Add IntrusiveList::take_first()Andreas Kling
2019-08-17IntrusiveList: Make Iterator::operator* return a T&Andreas Kling
2019-07-19AK: Introduce IntrusiveListRobin Burchell