any_of
    The following is a list of properties for the function any_of:
| Property | Value | 
|---|---|
additionalArgCheck | true | 
brief | Any values pass a test | 
category | higher_order_list | 
description | Returns true if any value in a list pass the predicate test. | 
functionId | any_of | 
functionLabel | any_of | 
pure | true | 
parameters | [ { "dataType": "function", "dataTypeParameter": "(... values: any): boolean", "description": "This function is called for each value in the first list in values or until true is returned. If no calls return true, the result is false.", "name": "predicate" }, { "minArgs": 1, "description": "These are the parameters passed to predicate with the exception that the first list is passed one value at a time. At least one list is required.", "name": "values" } ] | 
returns | { "dataType": "boolean" } |