# Functions
DurationToMS converts a duration into milliseconds.
HasEmptyString returns whether there are any empty strings in given strings.
Memset is a faster way to initialize a float64 array.
MemsetInt is a faster way to initialize an int array.
ParseDurationString parses a string duration allows for float seconds and also time strings such as 7d5h, etc.
ParseTimeString parses a time string into time.Time.
ParseTimeStringWithDefault parses a time string into time.Time.