summaryrefslogtreecommitdiff
path: root/AK/IntrusiveList.h
AgeCommit message (Expand)Author
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