DList.popFront

pop front item.

struct DList(T, Allocator = Mallocator, bool GCRangesAllowed = true)
@safe
bool
popFront
()

Return Value

Type: bool

true if list was not empty

Meta