- Declared in: RT.KitchenSink.Collections.RVariant
Declaration
public RVariant()
Summary
Creates a Stub RVariant which has not yet assumed any specific behaviour. Such a node can be turned into a Value,
a List or a Dict by performing an operation on it. E.g. indexing [] with an integer will turn it into a List.