# Functions
CopySlice copy slice struct.
Flatten flattens a multi-dimensional array into a single level array:.
GetIF if the condition is true return the given value, else return the default value.
InterfaceUnique Returns unique items in a slice.
IntHave Contains method for a slice.
IntPtr get the int value for the pointer.
IntVal get the int type pointers value.
IsNil Check if an interface is nil.
IsNumeric determine if the given value is numberic.
MapFilp flipping the given map.
PanicIF if the given value is not nil then panic, else do nothing.
Println pretty print var.
StringHave Contains method for a slice.
StringPtr get the string value for the pointer.
StringUnique Returns unique items in a slice.
StringVal get the string type pointers value.