dataforge-data
/
space.kscience.dataforge.data
/
DataTree
common
Data
Tree
suspend fun <
T
:
Any
>
DataTree
(dataType:
KType
, block: suspend
DataSetBuilder
<
T
>.() ->
Unit
):
DataTree
<
T
>
Content copied to clipboard
inline suspend fun <
T
:
Any
>
DataTree
(noinline block: suspend
DataSetBuilder
<
T
>.() ->
Unit
):
DataTree
<
T
>
Content copied to clipboard