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.
SetAlgebra
1 parent 16d02db commit b98f71fCopy full SHA for b98f71f
stdlib/public/Cxx/CxxConvertibleToCollection.swift
@@ -53,8 +53,8 @@ extension RangeReplaceableCollection {
53
}
54
55
56
-extension Set {
57
- /// Creates an set containing the elements of a C++ container.
+extension SetAlgebra {
+ /// Creates a set containing the elements of a C++ container.
58
///
59
/// This initializes the set by copying every element of the C++ container.
60
0 commit comments