Files
Nim/lib
Zoom 01c084077e std: sysstr refactor (#25185)
Continuation of #25180. This one refactors the sequence routines.

Preparation for extending with new routines.

Mostly removes repeating code to simplify debugging.

Removes:
 - `incrSeqV2` superseded by `incrSeqV3`,
 - `setLengthSeq` superseded by `setLengthSeqV2`

Note comment on line 338, acknowledging that implementation of
`setLenUninit` from #25022 does zero the new memory in this branch,
having been copied from `setLengthSeqV2`. This PR does not fix this.
2025-11-15 08:41:57 +01:00
..
2017-02-20 17:24:19 +02:00
2025-11-15 08:41:57 +01:00
2013-03-16 23:53:07 +01:00
2021-06-03 14:00:53 +02:00
2025-09-26 17:33:23 +02:00