Nim
Nim copied to clipboard
Feat: stdlib: adds `system.string.setLenUninit`
Adds system.setLenUninit for the string type. Allows setting length without initializing new memory on growth.
- Required for a follow-up to #15951
- Accompanies #22767 (ref #19727) but for strings
sysstrhousekeeping:- Removed redundant
lenandreservedsets already performed by priorrawNewStringNoInitcalls.
- Removed redundant