Expression functionsArray OperationsallOn this pageallCheck if all elements match predicate all(arr: array, predicate: closure) -> bool Arguments NameTypearrarraypredicateclosure Example {{ all(scores, {# > 50}) }} Returns true/false.