alchemist
alchemist
/
it.unibo.alchemist.model.implementations.actions
/
takePercentage
take
Percentage
fun
<
T
>
List
<
T
>
.
takePercentage
(
percentage
:
Double
)
:
List
<
T
>
Content copied to clipboard
Takes the first
percentage
* size elements of the list.