Scala Cookbook
11.24. Adding Elements to a SetProblemYou want to add elements to a mutable set, or create a new set by adding elements to an immutable set.SolutionMutable and immutable sets... - Selection from Scala Cookbook [Book]