summaryrefslogtreecommitdiff
path: root/exercises/082_anonymous_structs3.zig
AgeCommit message (Collapse)Author
2026-02-27add hint that @field() works differently on types and valuesPaul Ebose
2025-03-14Update type info for StructField type in 082Yevhen Babiichuk (DustDFG)
Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
2024-09-07Corrects the description of the new @typeInfo().@"struct".fieldsChris Boesch
2023-01-14patch because of a change in @typeInfoChris Boesch
2022-09-17typo and type fixes in commentFergus Baker
2022-07-28Fix issue with formatting from std library updatesjtgoen
2021-11-05fix whitespace line-endingsJonathan Halmen
2021-05-09add ex082 anon structs 3Dave Gauer