Text.ends

Does this Text end with the specified string?

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

Meta