TextView.starts

Does this Text start with the specified string?

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

Meta