#### Describe your feature request Would it be reasonable to `impl Default` on `RegexSet`, returning an empty set as if it was constructed from an empty list? This would be helpful when using it inside a struct for which I want to `derive Default`.