TupleUtil

class TupleUtil

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun <A, B> tuple(a: A, b: B): Tuple<A, B>