WitTuple1

data class WitTuple1<out A>(val first: A)

Constructors

Link copied to clipboard
constructor(first: A)

Properties

Link copied to clipboard
val first: A

Functions

Link copied to clipboard
fun first(): A
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String