add nilptrs, more conversion functions and change how ptrs work
Pointers now no longer point to the Value struct (the internal wrapper for values) but to the value itself.
This commit is contained in:
Pointers now no longer point to the Value struct (the internal wrapper for values) but to the value itself.