core
/
com.unciv.scripting.api
/
ScriptingApiJvmHelpers
/
toList
to
List
fun
toList
(array:
Array
<*>):
List
<
Any
?>
Content copied to clipboard
fun
toList
(iterable:
Iterable
<*>):
List
<
Any
?>
Content copied to clipboard
fun
toList
(sequence:
Sequence
<*>):
List
<
Any
?>
Content copied to clipboard