Skip to content

Commit 630f532

Browse files
committed
stdlib: add an ABI fixme
1 parent ebc3e77 commit 630f532

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/public/core/Arrays.swift.gyb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,8 @@ extension ${Self} : RangeReplaceableCollection, _ArrayProtocol {
708708

709709
// An overload of `append(contentsOf:)` that uses the += that is optimized for
710710
// collections.
711+
// FIXME(ABI): remove this entrypoint. The overload for `Sequence` should be
712+
// made optimal for this case, too.
711713
/// Append the elements of `newElements` to `self`.
712714
///
713715
/// - Complexity: O(*length of result*).

0 commit comments

Comments
 (0)