-
-
Notifications
You must be signed in to change notification settings - Fork 9
Any
IsaacShelton edited this page Mar 21, 2022
·
1 revision
Any
represents the type of a reference to anything.
Type | Size | Memory Management Model | File |
---|---|---|---|
Any |
16 bytes | None | N/A |
struct Any (type *AnyType, placeholder ulong)
Name | Type | Description |
---|---|---|
type |
*AnyType |
Type Information |
placeholder |
ulong |
64-bits used either for value of primitive or for pointer to non-primitive |