IntId

data class IntId(val id: Int) : ID

A node id represented by an Int.

Constructors

Link copied to clipboard
constructor(id: Int)

Properties

Link copied to clipboard
val id: Int