Text.opBinary

Concatenate the current string with another.

  1. Text opBinary(string text)
  2. Text opBinary(Text t)
    class Text
    final ref pure nothrow
    opBinary
    (
    string op
    )
    (
    ref const Text t
    )
    if (
    op == "~" ||
    op == "+"
    )

Meta