[stdlib] Add array even, odd, and unlace macros

This commit is contained in:
Zack Puhl
2026-02-02 15:57:30 +00:00
committed by Christoffer Lerno
parent e299a4b630
commit 768d24d580
3 changed files with 92 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
- Add optional line-length limitations to `io::readline` and `io::readline_to_stream`. #2879
- Add Xorshiro128++.
- Add single-byte code page support (DOS/OEM, Windows/ANSI, and ISO/IEC 8859).
- Add `array::even`, `array::odd`, and `array::unlace` macros. #2892
### Fixes
- Add error message if directory with output file name already exists