api
/
org.jetbrains.kotlinx.dl.api.core.dsl
/
LayerListBuilder
Layer
List
Builder
@
JvmInline
value class
LayerListBuilder
(layers:
MutableList
<
Layer
>)
Content copied to clipboard
Layer list builder.
Constructors
Functions
Constructors
LayerListBuilder
Link copied to clipboard
fun
LayerListBuilder
(layers:
MutableList
<
Layer
> = mutableListOf())
Content copied to clipboard
Creates an empty Layer list builder.
On this page
On this page
Functions
to
Array
Link copied to clipboard
fun
toArray
():
Array
<
Layer
>
Content copied to clipboard
Converts layers to array.
unary
Plus
Link copied to clipboard
operator fun
Layer
.
unaryPlus
():
Layer
Content copied to clipboard
Unary plus.
On this page
On this page