RangeReplaceableCollection

protocol RangeReplaceableCollection : Collection where Self.SubSequence : RangeReplaceableCollection
  • Undocumented

    Declaration

    Swift

    internal static func + (lhs: Self, rhs: Element) -> Self
  • Undocumented

    Declaration

    Swift

    internal static func + (lhs: Element, rhs: Self) -> Self
  • Undocumented

    Declaration

    Swift

    internal static func += (lhs: inout Self, rhs: Element)