String.opAssign

Replaces the contents of this string with the contents of a string.

  1. auto opAssign(string str)
    class String
    opAssign
    (
    T
    )
    (
    string str
    )
  2. auto opAssign(String str)
  3. auto opAssign(ULString str)

Meta