Text.compare

Compare this Text start with an array. 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)
  2. int compare(const(T)[] chars)
    class Text(T)
    final override const
    int
    compare
    (
    const(T)[] chars
    )

Meta