pub fn any(params: &[Value]) -> NativeResultExpand description
Checks if any member of a Value::Array is [Value::Boolean(true)].
Can be called with a single Value::Array parameter or as varadic function.
- Declaration:
any(...): Boolean
pub fn any(params: &[Value]) -> NativeResultChecks if any member of a Value::Array is [Value::Boolean(true)].
Can be called with a single Value::Array parameter or as varadic function.
any(...): Boolean