# README
Utils
Package for some things that don't belong anywhere else
# Functions
Determine the number of unique subLists in a list of lists.
handle 1 parameter functions.
handle 2 parameter function.
No description provided by the author
get the downloads directory.
convert []float64{a,b,c} to a string "a,b,c".
Return a list of float64 from a string list representation:"a,b,c,d" -> [a,b,c,d].
parse the "a+bi" string into complex(a,b).
Return the index of the element to use in the list.
No description provided by the author
Return a list of regex matches line by line - empty list for no matches
Each element in the list is a list of matches by line
*/.
write the contents of a variable to a file.
# Structs
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author