Text.compare

Compare this Text start with another. Returns 0 if the content matches, less than zero if this Text is "less" than the other, or greater than zero where this Text is "bigger".

  1. int compare(const(TextViewT) other)
    class Text(T)
    final override const
    int
    compare
    (
    const(TextViewT) other
    )
  2. int compare(const(T)[] chars)

Meta