Id

value class Id(val value: Long)

Unique identifier of a region in a given RegionStructure.

Constructors

Link copied to clipboard
constructor(value: Long)

Properties

Link copied to clipboard
val value: Long

The unique identifier value.

Functions

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