# Functions
No description provided by the author
No description provided by the author
InterfaceSlice converts any any into a []any slice.
ToPointer takes an any object and will return a pointer to this object if the object is not already a pointer.
No description provided by the author
No description provided by the author
Uint64ToInt64 if value is greater than math.MaxInt64 return math.MaxInt64 otherwise returns original value cast to int64.