libcore: Added Variant for flexibility
Variant is an owned pointer to any Deletable object. It can be moved but not copied, so it is suitable for return values.
View differences
libcore: Added Variant for flexibility
Variant is an owned pointer to any Deletable object. It can be moved but not copied, so it is suitable for return values.