Method
filter(_:)
Inherited from Sequence.filter(_:).
func filter(_ isIncluded: (Self.Element) throws -> Bool) rethrows -> [Self.Element]
Method
Inherited from Sequence.filter(_:).
func filter(_ isIncluded: (Self.Element) throws -> Bool) rethrows -> [Self.Element]