UUID

data class UUID(val mostSignificantBits: ULong, val leastSignificantBits: ULong)

Constructors

Link copied to clipboard
constructor(mostSignificantBits: ULong, leastSignificantBits: ULong)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun UUID.toJavaUuid(): ERROR CLASS: Symbol not found for java.util.UUID
Link copied to clipboard
fun UUID.toNSUUID(): ERROR CLASS: Symbol not found for NSUUID
Link copied to clipboard
open override fun toString(): String