IntPair

data class IntPair(val n1: Int, val n2: Int)

Constructors

Link copied to clipboard
constructor(n1: Int, n2: Int)

Properties

Link copied to clipboard
val n1: Int
Link copied to clipboard
val n2: Int