Array.linearPopFront

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(length)"
linearPopFront
()

Meta