We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Would it be reasonable to impl Default on RegexSet, returning an empty set as if it was constructed from an empty list?
impl Default
RegexSet
This would be helpful when using it inside a struct for which I want to derive Default.
derive Default