-
Notifications
You must be signed in to change notification settings - Fork 459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add namespace utility function #2341
Conversation
Functions I found implementing this function or a variant:
|
I'm wondering if removing the |
I think the function should be specced to always remove the |
Should it then also remove |
Namespaces can't have |
So it is fine as is, with a small edit to the docs? |
Fixed! |
Thanks for the PR. At this point I think it's fair to say it will not be merged by itself but might still be included in other PRs where it makes sense. |
It was pointed out in std4#184 that this function is frequently reimplemented and that it may find a better home here.