fptools v0.1.0 (2018-09-14T15:55:21Z)
Dub
Repo
takeWhile
fptools
native
takeWhile - Usage : takeWhile!int(x => x < 3, seq(1,10)) == [1,2]
T
[]
takeWhile
(
T
)
(
bool
delegate
(
T
)
p
,
T
[]
list
)
Meta
Source
See Implementation
fptools
native
functions
all
any
drop
dropWhile
filter
map
reduce
take
takeWhile
zipWith
takeWhile - Usage : takeWhile!int(x => x < 3, seq(1,10)) == [1,2]