BulkDbt.stableRemoveFront

Removes the value at the front of the container.

Precondition: !empty

Complexity: O(1).

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

Meta