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