Skip to content

Commit

Permalink
2nd try
Browse files Browse the repository at this point in the history
  • Loading branch information
Moelf committed Feb 20, 2021
1 parent e65515e commit e94db1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/set.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Set() = Set{Any}()
Construct a [`Set`](@ref) of the values generated by the given iterable object, or an
empty set. Should be used instead of [`BitSet`](@ref) for sparse integer sets, or
for sets of arbitrary objects.
!!! note
Iteration over `Set` is unordered.
"""
Set(itr) = _Set(itr, IteratorEltype(itr))

Expand Down

0 comments on commit e94db1d

Please sign in to comment.