Constant

data class Constant(val values: Set<Int>) : IntValueSet

Constructors

Link copied to clipboard
constructor(values: Set<Int>)

Properties

Link copied to clipboard
open override val singleton: Int?
Link copied to clipboard
val values: Set<Int>

Functions

Link copied to clipboard
open infix override fun union(other: IntValueSet): IntValueSet