DList.tail

Tail node

struct DList(T, Allocator = Mallocator, bool GCRangesAllowed = true)
Node!T*
tail
@safe @nogc nothrow
(
)

Return Value

Type: Node!T*

pointer to tail node.

Meta