piccolo
piccolo copied to clipboard
Add string.{char, lower, upper, reverse} to stdlib
I believe that a "sufficiently smart compiler" would compile this String::new to the same machine code as the existing implementation. (Pretty sure rustc isn't that compiler, though.)
Could retain the existing implementation for performance.
Should be rebased to resolve conflicts