String.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. String opBinary(String rhs)
    struct String
    @nogc nothrow @trusted const
    opBinary
    (
    string op
    )
    (
    const scope auto ref String rhs
    )
    if (
    op == "~"
    )
  2. String opBinary(bcstring rhs)

Meta