tango.core.Variant

The variant module contains a variant, or polymorphic type.

Members

Classes

VariantTypeMismatchException
class VariantTypeMismatchException

This exception is thrown whenever you attempt to get the value of a Variant without using a compatible type.

VariantVoidVarargException
class VariantVoidVarargException

This exception is thrown when you attempt to use an empty Variant with varargs.

Structs

Variant
struct Variant

The Variant type is used to dynamically store values of different types at runtime.

Meta

License

BSD style: $(LICENSE)

Authors

Daniel Keep, Sean Kelly