IndexPair

class IndexPair(i1: Int, i2: Int)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int

Properties

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