Merge pull request 'add hint that @field() works differently on types and values' (#367) from pebose/exercises:add-hint-to-exercise-82 into main

Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/367
This commit is contained in:
Chris Boesch
2026-02-27 19:17:59 +01:00
2 changed files with 8 additions and 4 deletions

View File

@@ -118,6 +118,10 @@ fn printTuple(tuple: anytype) void {
// @field(foo, "x"); // returns the value at foo.x
//
// The first field should print as: "0"(bool):true
//
// Hint: Be careful! If your 'lhs' is a type, @field() looks
// for declarations. If it's a value, it looks for data.
//
print("\"{s}\"({any}):{any} ", .{
field.???,
field.???,