A generic "boxed object" class that can contain any primitive value.
Used to allow persisting changes to values like numbers and strings between function calls.
Type Parameters
Value
The value type being held.
Must extend from Base for the class to be constructable!
A generic "boxed object" class that can contain any primitive value.
Used to allow persisting changes to values like numbers and strings between function calls.