any

any - Usage: any(x => x%2 == 0, [2, 5, 7]) == true

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

Meta