cachetools.containers.lists

Members

Structs

CompressedList
struct CompressedList(T, Allocator = Mallocator, bool GCRangesAllowed = true)

Unrolled list

DList
struct DList(T, Allocator = Mallocator, bool GCRangesAllowed = true)

Double linked list

MultiDList
struct MultiDList(T, int N, Allocator = Mallocator, bool GCRangesAllowed = true)

N-way multilist

SList
struct SList(T, Allocator = Mallocator, bool GCRangesAllowed = true)

Meta