IntPair

data class IntPair(i1: Int, i2: Int)

Properties

Link copied to clipboard
val i1: Int
Link copied to clipboard
val i2: Int