Text.ends

Does this Text end with another?

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

Meta