KMM UUID library discussion, best way to store 128bits

Mostly says it in the title. I don’t like KMM’s leave it to the platform level code to implement UUIDs. So I thought I would make a KMM pure kotlin UUID library. What do you think is the best way to store 128bits? I’m mostly thinking of doing pair<Long,Long> but I could also do a ByteArray(16). Thoughts, opinions, feelings?

submitted by /u/mastereuclid
[link] [comments]