We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faba513 commit b6250eeCopy full SHA for b6250ee
stdlib/public/core/Flatten.swift.gyb
@@ -416,10 +416,10 @@ extension LazyCollectionProtocol
416
Elements : ${collectionForTraversal(traversal)},
417
% end
418
${constraints % {'Base': 'Elements.'}}
419
- {
420
- /// A concatenation of the elements of `self`.
421
- public func joined() -> LazyCollection<${Collection}<Elements>> {
422
- return ${Collection}(elements).lazy
+{
+ /// A concatenation of the elements of `self`.
+ public func joined() -> LazyCollection<${Collection}<Elements>> {
+ return ${Collection}(elements).lazy
423
}
424
425
@available(*, unavailable, renamed: "joined()")
0 commit comments