Commits

Max Moiseev committed 29b26cf3b8d
[stdlib] making Set conform to SetAlgebra Since the API is not quite the same, needed to introduce several overloads that accept Set<> and not any S : Sequence. Some dynamic casts were removed from methods, since Set.init already handles situations where sequence being passed is in fact a Set. Verified there is no significant change in performance after vs before the change.