BoundedStack.pushFront

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

Meta