# Functions
NewFloat creates a new Float using the value of the passed float64.
NewInt creates a new Int using the value of the passed int.
NewInt creates a new non-null NullableInt using the value of the passed int.
NewNullableString creates a new non-null NullableString with the value of the passed string.
NewUint creates a new non-null NullableUint using the value of the passed uint.
NewString creates a new String with the value of the passed string.
NewUint creates a new Uint using the value of the passed uint.
PtrTo creates a pointer to the passed value.
Some creates a new Optional with the value of the passed type.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
NullBool serializes to JSON null.
NullInt serializes to JSON null.
NullString serializes to JSON null.
NullUint serializes to JSON null.
No description provided by the author
ZeroFloat is an Float with 0 as value.
ZeroInt is an Int with 0 as value.
ZeroUint is a Uint with 0 as value.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author