WebStringCpp.opOpAssign

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

Meta