Libraries anvil lang array select

iterator select(object selector)
Returns an iterator containing all mappings for which given function returned true.
Parameters selector -  Callable selector: function selector(key, value, index)
Returns New array containing selected elements.