Documentation - v0.27.1
    Preparing search index...

    Function longFromFastString

    • 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