That's what I used for now. As a kindof off topic question, what is the process of adding new procs to the standard library? Is there any guidelines for it?
I'd like to send PRs to include things like isNumber(string) or unwrap_or[T](Option[T]) in the standard.
