Text.starts

Does this Text start with another?

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

Meta