Uuid

expect constructor(msb: Long, lsb: Long)

Construct new Uuid instance using the given data.

Parameters

msb

The 64 most significant bits of the Uuid.

lsb

The 64 least significant bits of the Uuid.

actual constructor(msb: Long, lsb: Long)

constructor(uuidBytes: ByteArray)

Deprecated

Use `uuidOf` instead.

Replace with

uuidOf(uuid)

Constructs a new UUID from the given ByteArray