Why do you need to convert the list of enum values into a `seq` to begin with? 
It's a pretty boring sequence as you know its entire content at compile-time. 
If you then mutate it further, maybe you have been looking for `set[YourEnum]` 
instead.

Reply via email to