TextView.ends

Does this Text end with the specified string?

  1. bool ends(const(TextView) other)
  2. bool ends(const(T)[] chars)
    class TextView(T)
    abstract const
    bool
    ends
    (
    const(T)[] chars
    )

Meta