RangeReplaceableCollection

extension RangeReplaceableCollection
  • Filters this collection to keep only the elements satisfying isIncluded.

    Declaration

    Swift

    public mutating func filterInPlace(_ isIncluded: (Element) throws -> Bool) rethrows