• Parse a Long (int64) from its fast string representation: $high|$low.

    This method is about 2 times faster than using Long.fromString.

    Parameters

    • val: string
    • unsigned: boolean = false

    Returns Long