Identifier

@Serializable
value class Identifier<T : Any>(val value: String) : Comparable<Identifier<T>>

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun compareTo(other: Identifier<T>): Int
Link copied to clipboard
open override fun toString(): String