piccolo icon indicating copy to clipboard operation
piccolo copied to clipboard

Add string.{char, lower, upper, reverse} to stdlib

Open cjcole opened this issue 6 years ago • 1 comments

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.

cjcole avatar May 03 '19 01:05 cjcole

Should be rebased to resolve conflicts

XVilka avatar May 29 '23 04:05 XVilka