IntPair

An efficient container to store two Ints.

Constructors

Link copied to clipboard
constructor(first: Int, second: Int)

Properties

Link copied to clipboard
val first: Int
Link copied to clipboard
val second: Int

Functions

Link copied to clipboard
inline operator fun IntPair.component1(): Int
Link copied to clipboard
inline operator fun IntPair.component2(): Int