Decode an 8-byte Uint64LE Uint8Array into a BigInt.
Throws if bin is shorter than 8 bytes.
bin
For the reverse, see bigIntToBinUint64LE or bigIntToBinUint64LEClamped.
the Uint8Array to decode
Generated using TypeDoc
Decode an 8-byte Uint64LE Uint8Array into a BigInt.
Throws if
binis shorter than 8 bytes.For the reverse, see bigIntToBinUint64LE or bigIntToBinUint64LEClamped.