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

065: 'a' -> 'this' function call

This commit is contained in:
felixrabe 2025-05-30 14:43:55 +02:00
parent fd764e90ab
commit a5b5d4be46

View file

@ -21,7 +21,7 @@
//
// 1. @This() type
//
// Returns the innermost struct, enum, or union that a function
// Returns the innermost struct, enum, or union that this function
// call is inside.
//
// 2. @typeInfo(comptime T: type) @import("std").builtin.Type