arrow-fx-stm
1.1.5-alpha.4
common
arrow-fx-stm
/
arrow.fx.stm.internal
/
Branch
/
Leaf
Leaf
data
class
Leaf
<
A
>
(
val
hash
:
Int
,
val
value
:
Array
<
Any
?
>
)
:
Branch
<
A
>
Constructors
Properties
Constructors
Leaf
Link copied to clipboard
fun
Leaf
(
hash
:
Int
,
value
:
Array
<
Any
?
>
)
Properties
hash
Link copied to clipboard
val
hash
:
Int
value
Link copied to clipboard
val
value
:
Array
<
Any
?
>