biod ~master (2019-12-17T12:58:49Z)
Home
Dub
Repo
any
bio
core
utils
algo
check if any element satisfies the condition
static if
(
!__traits(compiles, any!"a == 2"([1, 2, 3]))
)
bool
any
(
alias
F
R
)
(
R
r
)
Meta
Source
See Implementation
bio
core
utils
algo
functions
all
allDistinct
any
argmax
nonOverlapping
structs
NonOverlappingChunks
check if any element satisfies the condition