Type_Info_Struct

STRUCT

Struct Description

Type info data structure for structs.

See Also

Video references

  • example casting from Any to Type_Info_Struct to retrieve a pointer to a struct member.
    “Demo: Run-Time (and Compile-Time) Type Information” YouTube, uploaded by Jonathan Blow, Feb 11, 2015, https://youtu.be/JoNkttD_MUs?t=2349

Examples

Listing

Fields

name Name of the struct (if any).
members Type info for each of the struct members (if any).

Details

Fields

name

name : string;

Name of the struct (if any).

members

members : [] Type_Info_Struct_Member;

Type info for each of the struct members (if any).

Examples

toggle example
field_by_name.jai

 

 

 

 

 

 

 

 

 

 

jailang 2019 pixeldroid
https://github.com/pixeldroid/jailang
programming pages theme v0.5.21 (https://github.com/pixeldroid/programming-pages)