add 071 comptime 6 inline for

This commit is contained in:
Dave Gauer
2021-04-22 17:17:25 -04:00
parent 647f461943
commit ea17a9c8cb
5 changed files with 69 additions and 1 deletions

View File

@@ -90,7 +90,7 @@ pub fn main() void {
// A StructFields array
const fields = @typeInfo(Narcissus).Struct.fields;
// 'fields' is an array of StructFields. Here's the declaration:
// 'fields' is a slice of StructFields. Here's the declaration:
//
// pub const StructField = struct {
// name: []const u8,