Merge: Make all Sets cloneable
authorJean Privat <jean@pryen.org>
Tue, 15 Dec 2015 14:31:27 +0000 (09:31 -0500)
committerJean Privat <jean@pryen.org>
Tue, 15 Dec 2015 14:31:27 +0000 (09:31 -0500)
Since there is no reason to forbid it (or I have not seen one at the very least), here's a simple `clone` method that should work on any `Set`

Pull-Request: #1893
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>


Trivial merge