# Functions
No description provided by the author
No description provided by the author
FileExists - takes a filename, returns bool.
Filter - accept slice of string, return slice with only those entries that return true to passed function.
IntSliceToCSV - convert a slice of integers into a CSV string.
No description provided by the author
StringsDiff - set difference, result is A - B.
UniqueInts returns a unique subset of the int slice provided.
# Structs
No description provided by the author