This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
Feature Request: let generate_formatter
also support the keyword args from format
#114
Labels
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.The text was updated successfully, but these errors were encountered: