RecnoBulkDbt.stableRemoveFront

Removes howMany values at the front or back of the container.

  1. alias stableRemoveFront = removeFront
  2. alias stableRemoveFront = removeFront
    struct RecnoBulkDbt
    alias stableRemoveFront = removeFront

Return Value

The number of elements removed

Complexity: O(howMany * log(n)).

Meta