BoundedStack.pushFront

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void pushFront(T value)
  2. void pushFront(T[] values)
    struct BoundedStack(T, size_t staticBufferSize = size_t.max)
    pure nothrow @safe @nogc
    void
    pushFront
    (
    T[] values
    )

Meta