dropWhile

dropWhile - Usage : dropWhile!int(x => x < 3, seq(1,5)) == [3,4,5]

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

Meta