Skip to content
IsaacShelton edited this page Mar 21, 2022 · 1 revision

Any

Any represents the type of a reference to anything.

Specifications

Type Size Memory Management Model File
Any 16 bytes None N/A

Definition

struct Any (type *AnyType, placeholder ulong)

Fields

Name Type Description
type *AnyType Type Information
placeholder ulong 64-bits used either for value of primitive or for pointer to non-primitive
Clone this wiki locally