WebString.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void opOpAssign(WebString ws)
  2. void opOpAssign(WebStringCpp ws)
    struct WebString
    nothrow @nogc
    void
    opOpAssign
    (
    string op : "~"
    )
    (
    ref const WebStringCpp ws
    )
  3. void opOpAssign(const(Char)[] str)
  4. void opOpAssign(awebview.wrapper.cpp.WebString cppObj)

Meta