# Functions
PointerOf returns a Pointer from v, which must be a reflect.Ptr, reflect.Slice, or reflect.Map.
SortKeys sorts a list of map keys, deduplicating keys if necessary.
TypeString is nearly identical to reflect.Type.String, but has an additional option to specify that full type names be used.