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: unknown class>
Link copied to clipboard
open override fun toString(): String