mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
stdlib: protocol extensions: de-underscore elementsEqual
Swift SVN r28234
This commit is contained in:
@@ -177,7 +177,7 @@ else:
|
||||
}%
|
||||
|
||||
${comment}
|
||||
final public func _prext_elementsEqual<
|
||||
final public func elementsEqual<
|
||||
OtherSequence : SequenceType where OtherSequence.${GElement} == ${GElement}
|
||||
>(
|
||||
other: OtherSequence${"," if preds else ""}
|
||||
|
||||
Reference in New Issue
Block a user