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 a3d4a0a commit 096011cCopy full SHA for 096011c
base/idset.jl
@@ -10,6 +10,9 @@
10
In the example below, the values are all `isequal` so they get overwritten in the ordinary `Set`.
11
The `IdSet` compares by `===` and so preserves the 3 different values.
12
13
+!!! compat "Julia 1.11"
14
+ Exported in Julia 1.11 and later.
15
+
16
# Examples
17
```jldoctest; filter = r"\\n\\s*(1|1\\.0|true)"
18
julia> Set(Any[true, 1, 1.0])
0 commit comments