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 // 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. // call is inside.
// //
// 2. @typeInfo(comptime T: type) @import("std").builtin.Type // 2. @typeInfo(comptime T: type) @import("std").builtin.Type