# Functions
GetOrDefault returns the value of a pointer or a default value.
No description provided by the author
MakePtr returns a pointer to the given value.
MakePtrOrNil returns a pointer only when value is not empty.
SetOrNil returns the address of the given value or nil if it equals defaultValue.