Array.popBack

Removal doesn't need to care about ordering.

struct Array(E, Ordering ordering = Ordering.unsorted, bool useGC = shouldAddGCRange!E, alias less = "a < b")
@trusted
@"complexity", "O(1)"
popBack
()

Meta