Search Results

phobos
std.​algorithm.​searching.​any

Checks if _any of the elements satisfies pred. !any can be used to verify that none of the elements satisfy pred. This is sometimes called exists in other languages.