toggle menu
pprint-kotlin
1.0.0
jvm
switch theme
search in API
pprint-kotlin
/
io.exoquery.fansi
/
Either
/
Left
Left
data
class
Left
<
L
,
R
>
(
val
value
:
L
)
:
Either
<
L
,
R
>
Members
Constructors
Left
Link copied to clipboard
constructor
(
value
:
L
)
Properties
value
Link copied to clipboard
val
value
:
L