fptools v0.1.0 (2018-09-14T15:55:21Z)
Dub
Repo
any
fptools
native
any - Usage: any(x => x%2 == 0, [2, 5, 7]) == true
bool
any
(
T
)
(
bool
delegate
(
T
)
p
,
T
[]
list
)
Meta
Source
See Implementation
fptools
native
functions
all
any
drop
dropWhile
filter
map
reduce
take
takeWhile
zipWith
any - Usage: any(x => x%2 == 0, [2, 5, 7]) == true