# Functions
Abs - non branching Abs function for determine the absolute value of an int.
Abs64 - non branching Abs function for determine the absolute value of an int64.
GcWithStats performs a forced garbage collection measuring duration and pre- and post-memory statistics.
Max returns the bigger of the given integers.
Max64 returns the bigger of the given 64-bit integers.
MemStat returns a string with information about the applications memory usage and GC activity.
Min returns the smaller of the given integers.
Min64 returns the smaller of the given 64-bit integers.
NewBool creates a Bool.
Nps calculates nodes per second from an uint64 and a duration allows zero duration by adding one nanosecond.
ResolveCreateFolder is resolving a path to a folder and try to find the folder in a specific set of places.
ResolveFile is resolving a path to a file and try to find the file in a specific set of places and then will return an absolute path to it.
ResolveFolder is resolving a path to a folder and try to find the folder in a specific set of places and then will return an absolute path to it.
TimeTrack is convenient way to measure timings of function.