Expression functionsArray OperationsfindLastOn this pagefindLastThe last matching element, or nil findLast(arr: array, predicate: closure) -> any Arguments NameTypearrarraypredicateclosure Example {{ findLast([1, 5, 9], # > 3) }} Returns 9.