How to convert uint64 values to ArrayBuffers? I've only found the reversal in the link below.
Does anyone have an optimum way of two way conversion? both ways. from uint64 to arraybuffers and arraybuffers to uint64
How to Read 64-bit Integer from an ArrayBuffer / DataView in JavaScript