String.opAssign

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

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

Meta