Today, I was surprised to discover that std.regex has a public stack implementation (std.regex.Stack). Is this intended to be public? It's causing a conflict with my code, and I found it strange that importing std.regex should declare a type called 'Stack'.
I'm refraining from filing a bug for now, just in case there's a good reason for this that I didn't think of. T -- Without outlines, life would be pointless.
