DList.popBack

pop last item.

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

Return Value

Type: bool

true if list was not empty

Meta