filter(_:)

Declaration

func filter(_ isIncluded: (Element) throws -> Bool) rethrows -> [Element]