- CompressedList
struct CompressedList(T, Allocator = Mallocator, bool GCRangesAllowed = true)
- DList
struct DList(T, Allocator = Mallocator, bool GCRangesAllowed = true)
- MultiDList
struct MultiDList(T, int N, Allocator = Mallocator, bool GCRangesAllowed = true)
- SList
struct SList(T, Allocator = Mallocator, bool GCRangesAllowed = true)