Files
Nim/lib/system
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
..
2025-11-06 17:33:52 +01:00
2025-05-16 09:44:13 +02:00
2025-10-28 12:48:22 +01:00
2025-10-28 12:48:22 +01:00
2023-11-06 07:57:29 +01:00
2024-08-11 10:35:09 +08:00
2025-11-15 08:41:57 +01:00
2020-01-30 10:54:50 +01:00