filter(_:)

Declaration

func filter<E>(_ isIncluded: (Substring.Element) throws(E) -> Bool) throws(E) -> String where E : Error