BoundedArray.opBinary

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

Meta