mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
add 071 comptime 6 inline for
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user