FunctionsArray
array_all
Evaluates every element of the input array and returns true only when all elements are truthy.
array_all(…) → BoolKind · scalar
Evaluates every element of the input array and returns true only when all elements are truthy.
Part of the Array family.