INT

data class INT(val value: Int) : IRTree.Literal(source)

Constructors

Link copied to clipboard
constructor(value: Int)

Properties

Link copied to clipboard
val value: Int