Text.starts

Does this Text start with the specified string?

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

Meta