DList.popBack

pop last item.

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

Return Value

Type: bool

true if list was not empty

Meta