Tuple

class Tuple<A, B>(val a: A, val b: B)

Constructors

Link copied to clipboard
constructor(a: A, b: B)

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 a: A
Link copied to clipboard
val b: B