Pair

class Pair<A, B>(val output1: A, val output2: B)

Constructors

Link copied to clipboard
constructor(output1: A, output2: B)

Properties

Link copied to clipboard
val output1: A
Link copied to clipboard
val output2: B

Functions

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