Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static field: RVariantKind Stub

Declaration

RVariantKind Stub

Summary

Is used for an RVariant whose actual kind has not been determined yet. E.g. when accessing a dict element which doesn't exist yet, the newly created variant will be a Stub. Such variants assume one of the other Kinds upon being accessed in a certain way, e.g. perfoming string indexing will turn into a Dict.