wip: new folder structure, overhaul language
This commit is contained in:
@@ -18,7 +18,7 @@ func (s *Set[T]) Remove(items ...T) {
|
||||
}
|
||||
}
|
||||
|
||||
func (s *Set[T]) Union(o Set[T]) {
|
||||
func (s *Set[T]) Merge(o Set[T]) {
|
||||
for item := range o {
|
||||
s.Add(item)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user