ListParts.Node

Undocumented in source.
struct ListParts(T, bool HASPREV, bool HASTAIL, alias ALLOCATOR = heapAllocator)
alias Node = ListNode!(T, HASPREV)

Meta