Closed
Description
I suggest we remove "cute" definitions such as
|(s::Set...) = union(s...)
and add a subset
or issubset
function to go with contains
. This makes it possible for Arrays to fully implement the set API without confusion.
ref #1963