Num

data class Num(val value: ULong) : PointId

Unsigned 64-bit integer id (may exceed Long.MAX_VALUE).

Constructors

Link copied to clipboard
constructor(value: ULong)

Properties

Link copied to clipboard