add 071 comptime 6 inline for
This commit is contained in:
parent
8859f7a1fe
commit
5a7c4d0779
5 changed files with 69 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue