BoundedStack.opOpAssign

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

Meta