kuilt
Toggle table of contents
0.7.0-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
kuilt
kuilt-crdt
/
us.tractat.kuilt.crdt
/
MoveOp
/
copy
copy
fun
copy
(
ts
:
Long
=
this.ts
,
replica
:
ReplicaId
=
this.replica
,
node
:
String
=
this.node
,
newParent
:
String
=
this.newParent
,
value
:
V
?
=
this.value
,
seq
:
Long
=
this.seq
)
:
MoveOp
<
V
>