Function parseLong

  • Converts a long as a string to a tuple.

    Parameters

    • literal: string

      A long as a string.

    Returns [high: number, low: number]

    The long as a tuple.