biod ~meson (2022-05-07T11:17:22.3072764)
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