@mathjax/src
    Preparing search index...

    Function sortLength

    • Sort strings by length

      Parameters

      • a: string

        First string to be compared

      • b: string

        Second string to be compared

      Returns number

      -1 id a < b, 0 of a === b, 1 if a > b