# Functions

BoolPtr converts the supplied bool to a pointer to that bool.
BoolValue converts the supplied bool pointer to an bool, returning false if the pointer is nil.
No description provided by the author
IntPtr converts the supplied int to a pointer to that int.
IntValue converts the supplied int pointer to an int, returning zero if the pointer is nil.
LateInitializeBool implements late initialization for bool type.
LateInitializeInt implements late initialization for int type.
LateInitializeString implements late initialization for string type.
StringPtr converts the supplied string to a pointer to that string.
StringValue converts the supplied string pointer to a string, returning the empty string if the pointer is nil.