Any

Declaration

Any :: struct #compiler {
    type_info: *TypeInfo;
    data: *u8
}

Description

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.

  • value Data pointer. (not owner!)

Declared in: a.bl