avail
2.0.0.alpha23
jvm
avail
/
avail.utility
/
Tuple1
Tuple1
data
class
Tuple1
<
T1
>
(
val
t1
:
T1
)
Tuple of length 1.
Members
Constructors
Tuple1
Link copied to clipboard
constructor
(
t1
:
T1
)
Properties
t1
Link copied to clipboard
val
t1
:
T1