Make users type method syntax themselves in structs3

closes #2286
This commit is contained in:
Remo Senekowitsch
2026-04-05 22:23:47 +02:00
parent 7150a9eb79
commit 7c1d8ebf49
4 changed files with 69 additions and 129 deletions
+1
View File
@@ -5,6 +5,7 @@
### Changed
- `vecs2`: Removed the use of `map` and `collect`, which are only taught later.
- `structs3`: Rewrote the exercise to make users type method syntax themselves.
## 6.5.0 (2025-08-21)