TextView.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(TextView) other)
  2. int compare(const(T)[] chars)
    class TextView(T)
    abstract const
    int
    compare
    (
    const(T)[] chars
    )

Meta