mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-06-08 10:07:01 +09:00
065: 'a' -> 'this' function call
This commit is contained in:
parent
fd764e90ab
commit
a5b5d4be46
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue