toggle menu
krayon
common
switch theme
search in API
selection
/
com.juul.krayon.selection
/
append
append
fun
<
E1
:
Element
,
E2
:
Element
,
D
>
Selection
<
E1
,
D
>
.
append
(
builder
:
ElementBuilder
<
E2
>
)
:
Selection
<
E2
,
D
>
inline
fun
<
E1
:
Element
,
E2
:
Element
,
D
>
Selection
<
E1
,
D
>
.
append
(
crossinline
value
:
E1
.
(
Arguments
<
D
,
E1
?
>
)
->
E2
)
:
Selection
<
E2
,
D
>
See analogous
d3 function
.