I find the format function awesome. It is very intuitive. And sometimes, I even like to put it into a kind of generate_formatter, like myformat(x) = format(x, width=3).
This is slow as said in the README. Hence it would be awesome if generate_formatter(width=3, ...) would work to create an efficient version of this.
I find the
format
function awesome. It is very intuitive. And sometimes, I even like to put it into a kind of generate_formatter, likemyformat(x) = format(x, width=3)
.This is slow as said in the README. Hence it would be awesome if
generate_formatter(width=3, ...)
would work to create an efficient version of this.