take

take - Usage : take(3, [1,2,3,4,5]) == [1,2,3]

T[]
take
(
T
)
(
int n
,
T[] list
)

Meta