WebStringCpp.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void opAssign(WebStringCpp str)
  2. void opAssign(const(Char)[] c)
    struct WebStringCpp
    nothrow @nogc
    void
    opAssign
    (
    Char
    )
    (
    const(Char)[] c
    )
    if (
    is(Char == char) ||
    is(Char == wchar)
    )

Meta