IndexMixin.removeFront

Removes the value at the front of the index from the container. Precondition: !empty Complexity: O(d(n)); O(1) for this index

mixin template IndexMixin(size_t N, alias Range_0)
void
removeFront
(
)

Meta