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.
IdSet
1 parent f6e2b98 commit e331debCopy full SHA for e331deb
base/idset.jl
@@ -4,7 +4,7 @@
4
IdSet{T}([itr])
5
IdSet()
6
7
-IdSet{T}() constructs a set (see [`Set`](@ref)) using
+`IdSet{T}()` constructs a set (see [`Set`](@ref)) using
8
`===` as equality with values of type `T`.
9
10
In the example below, the values are all `isequal` so they get overwritten in the ordinary `Set`.
0 commit comments