sesaparcours
    Preparing search index...
    • Fast prefix-checker. Copied from Closure's goog.string.startsWith.

      Parameters

      • str: string

        The string to check.

      • prefix: string

        A string to look for at the start of str.

      Returns boolean

      True if str begins with prefix.