1
0
Fork 0
mirror of https://codeberg.org/ziglings/exercises.git synced 2025-06-08 10:07:01 +09:00

fixed language changes in @typeInfo

This commit is contained in:
Chris Boesch 2023-10-08 18:51:22 +02:00
parent 88a8e06489
commit 36d8170d7c

View file

@ -24,9 +24,9 @@
// Returns the innermost struct, enum, or union that a function
// call is inside.
//
// 2. @typeInfo(comptime T: type) @import("std").builtin.TypeInfo
// 2. @typeInfo(comptime T: type) @import("std").builtin.Type
//
// Returns information about any type in a TypeInfo union which
// Returns information about any type in a data structure which
// will contain different information depending on which type
// you're examining.
//