# Functions
Guard edits the given string.
GuardArray edits the given string array.
InArray is the value in the first parameter an element of the array in the second parameter? @param interface{} @param interface{} return bool.
IsArray is the given value an array? @param interface{} return bool.
IsInt is the given value an integer? @param interface{} return bool.
IsString is the given value an string? @param interface{} return bool.
IsStringArray is the given value an string array? @param interface{} return bool.
IsUInt is the given value an unsigned integer? @param interface{} return bool.
IsUIntArray is the given value an unsigned integer array? @param interface{} return bool.
JoinUintArrays concatenates the given uint arrays and makes them a single array.
NextPageCal calculate next page according to the page number and total page count.
OffsetCal calculate offset according to page and limit.
Pre exit running project.
PrevPageCal calculate previous page according to page number.
RemoveDuplicateValues make singular of repeating values in an array.
TotalPage calculate total page according to records count and limit.