# Functions
NewArray creates a Array instance with the object value TBD.
NewBoolean creates a Boolean instance with the object value.
NewInteger creates a Integer instance with the object value.
NewNumber creates a Number instance with the object value.
NewSlice creates a Slice instance with the object value.
NewString creates a string with the object value.
# Constants
ErrWrongTypeAssertion is custom error for wrong type assertions.