arcstr
arcstr copied to clipboard
Allow using a few `&Self`-taking static methods as inherent `&self` methods
Unlike Arc, we know exactly which type we Deref to, so there's no reason to be paranoid about inherent methods -- unless they're likely to collide with &str methods, we have no problem.
Can't these improvements be reviewed and merged? 🤔