Note for integral types that are not int and long (for example, short or ubyte), you might want to explicitly convert them to int.
Each datum stored in the LimitedVariant has a tag associated with it.
getString gets a reference to the string stored internally, see toString to get a string representation or whatever is inside.
getString gets a reference to the string stored internally, see toString to get a string representation or whatever is inside.
A limited variant to hold just a few types. It is made for the use of packing a small amount of extra data into error messages and some transit across virtual function boundaries.