mirror of
https://codeberg.org/ziglings/exercises.git
synced 2024-12-26 01:20:30 +00:00
Merge pull request 'New patch file for 82' (#158) from p_struct_typeinfo into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/158
This commit is contained in:
commit
995a7c8f36
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
--- exercises/082_anonymous_structs3.zig 2024-08-04 15:57:16.753494020 +0200
|
--- exercises/082_anonymous_structs3.zig 2024-09-07 19:13:58.210327580 +0200
|
||||||
+++ answers/082_anonymous_structs3.zig 2024-09-02 19:30:00.967005314 +0200
|
+++ answers/082_anonymous_structs3.zig 2024-09-07 19:21:20.972733477 +0200
|
||||||
@@ -82,14 +82,14 @@
|
@@ -82,14 +82,14 @@
|
||||||
// @typeInfo(Circle).Struct.fields
|
// @typeInfo(Circle).@"struct".fields
|
||||||
//
|
//
|
||||||
// This will be an array of StructFields.
|
// This will be an array of StructFields.
|
||||||
- const fields = ???;
|
- const fields = ???;
|
||||||
|
|
Loading…
Reference in a new issue