_Any

STRUCT

Struct Description

Data structure backing the Any type.

See Also

Listing

Fields

type Type info for the value type.
value_pointer Pointer to the value. Use type to understand what to cast it into.

Details

Fields

type

type : ^Type_Info;

Type info for the value type.

value_pointer

value_pointer : ^Void;

Pointer to the value. Use type to understand what to cast it into.

 

 

 

 

 

 

 

 

 

 

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