RangeReplaceableCollection

extension RangeReplaceableCollection where Index == Int

Available where Index == Int

  • The elements of Self sorted stably.

    Declaration

    Swift

    public func stableSort(_ isOrderedBefore: @escaping (Element, Element) -> Bool) -> [Element]