RCXString.opEquals

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool opEquals(const(ME)[] s)
    struct RCXString(E = immutable char, size_t maxSmallSize = 23, alias realloc = GC.realloc)
    pure nothrow const @nogc
    bool
    opEquals
    (
    const(ME)[] s
    )
  2. bool opEquals(RCXString s)

Meta