LONG

data class LONG(val value: Long) : IRTree.Literal(source)

Constructors

Link copied to clipboard
constructor(value: Long)

Properties

Link copied to clipboard
val value: Long