stdlib: protocol extensions: de-underscore elementsEqual

Swift SVN r28234
This commit is contained in:
Dmitri Hrybenko
2015-05-07 00:30:22 +00:00
parent e43ad56a1c
commit 78d1196f33
10 changed files with 25 additions and 46 deletions

View File

@@ -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 ""}