Files
Nim/lib/system
Zoom 8d475993f8 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.

(cherry picked from commit 01c084077e)
2025-11-21 15:13:41 +01:00
..
2025-11-07 12:33:33 +01:00
2025-05-19 17:48:22 +02:00
2025-11-05 11:33:32 +01:00
2025-10-28 13:50:59 +01:00
2025-10-28 13:50:59 +01:00
2023-11-06 07:57:29 +01:00
2024-08-11 10:35:09 +08:00
2025-11-21 15:13:41 +01:00
2020-01-30 10:54:50 +01:00