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.
2 parents 0d9cb40 + a42e03d commit 7ef51a5Copy full SHA for 7ef51a5
docs/src/intset.md
@@ -1,6 +1,6 @@
1
# DataStructures.IntSet
2
3
-`DataStructures.IntSet` is a drop-in replacement for the Base `IntSet`
+`DataStructures.IntSet` is a drop-in replacement for the Base `BitSet`
4
type. It efficiently stores dense collections of small non-negative
5
`Int`s as a sorted set. The constructor `IntSet([itr])` constructs a
6
sorted set of the integers generated by the given iterable object, or an
0 commit comments