add 071 comptime 6 inline for

This commit is contained in:
Dave Gauer 2021-04-22 17:17:25 -04:00
parent 8859f7a1fe
commit 5a7c4d0779
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,