Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Algo
| Type | Name | Description | |
|---|---|---|---|
| bool | Algo::AnyOf
(
const RangeType& Range |
Checks if any element in the range is truthy. | |
| bool | Algo::AnyOf
(
const RangeType& Range, |
Checks if any projection of the elements in the range is truthy. | |
| bool | Algo::AnyOf
(
const RangeType& Range, |
Checks if any projection of the elements in the range is truthy. |