ExpiringList

A linked list of expiring elements.

ExpiringList.swift:10
class ExpiringList<T>

Note that elements are expired lazily, i.e. they are not freed from memory before accessing the list.