mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
stdlib: rename equalElements() to elementsEqual() per API review
Swift SVN r27937
This commit is contained in:
@@ -150,7 +150,7 @@ else:
|
||||
% end
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// equalElements()
|
||||
// elementsEqual()
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
% # Generate two versions: with explicit predicates and with
|
||||
@@ -173,7 +173,7 @@ else:
|
||||
}%
|
||||
|
||||
${comment}
|
||||
final public func _prext_equalElements<
|
||||
final public func _prext_elementsEqual<
|
||||
OtherSequence : SequenceType where OtherSequence.${GElement} == ${GElement}
|
||||
>(
|
||||
other: OtherSequence${"," if preds else ""}
|
||||
|
||||
Reference in New Issue
Block a user