class Hamster::SortedSet
def union(other)
-
(SortedSet)
-
Parameters:
-
other
(Enumerable
) -- The collection to merge with
def union(other) self.class.alloc(@node.bulk_insert(other)) end
(SortedSet)
-
other
(Enumerable
)
-- The collection to merge with
def union(other) self.class.alloc(@node.bulk_insert(other)) end