Type_Info

STRUCT

Struct Description

Metadata for the types that appear in your program.

Castable to more specific structs for additional info.

See Also

Video references

  • Type_Infos represent every possible type that can happen in your program.
    “Demo: Run-Time (and Compile-Time) Type Information” YouTube, uploaded by Jonathan Blow, Feb 11, 2015, https://youtu.be/JoNkttD_MUs?t=218
  • Based on what you see in the type field, you can cast into a struct that provides more specific details.
    “Demo: Run-Time (and Compile-Time) Type Information” YouTube, uploaded by Jonathan Blow, Feb 11, 2015, https://youtu.be/JoNkttD_MUs?t=272

Listing

Fields

type Represents the types that appear in your program.

Details

Fields

type

type : Type_Info_Tag;

Represents the types that appear in your program.

 

 

 

 

 

 

 

 

 

 

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