(triml s)
Removes whitespace from the left side of string.
(defn ^string triml [s] (gstring/trimLeft s))