takeWhile

takeWhile - Usage : takeWhile!int(x => x < 3, seq(1,10)) == [1,2]

T[]
takeWhile
(
T
)
(
bool delegate
(
T
)
p
,
T[] list
)

Meta