Any
Any :: struct {
type_info: *TypeInfo;
data: *u8;
}
Any type is special builtin type used for passing value of “any” type as function argument.
Members
type_info - Type info associated to data type.
data - Data pointer. (not owner!)
Declared in: a.bl