BoundedArray.opBinary

  1. typeof(this) opBinary(ElementType element)
  2. typeof(this) opBinary(typeof(this) other)
    struct BoundedArray(E, size_t maxElements_)
    @safe
    typeof(this)
    opBinary
    (
    string op
    )
    ()
    if (
    op == "~"
    )

Meta