DList.popFront

pop front item.

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

Return Value

Type: bool

true if list was not empty

Meta