# Functions
GetElem follows all pointers and interfaces until it reaches the base value.
GetValue returns a reflect.Value and follows all pointers and interfaces until it reaches the base value.
MakeTypeCopy creates a copy of src, with the default value(s) for this type.
MakeURL joins two urls safely.