Rope.opEquals

Compare the text to a string.

  1. bool opEquals(char[] str)
    struct Rope
    const nothrow
    bool
    opEquals
    (
    const char[] str
    )
  2. bool opEquals(Rope str)

Meta