DList.head

head node

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

Return Value

Type: Node!T*

pointer to head node

Meta