Uuid

data class Uuid(val high: Long, val low: Long)

A KMP-compatible implementation of UUID, necessary because no cross-platform implementation exists yet.

Constructors

Link copied to clipboard
constructor(high: Long, low: Long)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val high: Long
Link copied to clipboard
val low: Long

Functions

Link copied to clipboard
open override fun toString(): String