DList.tail

Tail node

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

Return Value

Type: Node!T*

pointer to tail node.

Meta