Curly-decimals string format.

E.g. `cdfmt("Hi, {0}! Pls, {1} the {2}.")("Smith", "frobnicate", "quibplatz")` => `"Hi, Smith! Pls, frobnicate the quibplatz!"`.

Credits: https://gist.github.com/0i0/1519811

Herbert Vojčík 97d1c530be Implementation. %!s(int64=7) %!d(string=hai) anos
lib 97d1c530be Implementation. %!s(int64=7) %!d(string=hai) anos
src 97d1c530be Implementation. %!s(int64=7) %!d(string=hai) anos
.gitignore 1cdb2c250b npm init, .gitignore %!s(int64=7) %!d(string=hai) anos
README.md 0e1448fa56 initial commit %!s(int64=7) %!d(string=hai) anos
package.json 1cdb2c250b npm init, .gitignore %!s(int64=7) %!d(string=hai) anos

README.md

cdfmt

Curly-decimals string format.

E.g. cdfmt("Hi, {0}! Pls, {1} the {2}.")("Smith", "frobnicate", "quibplatz") => "Hi, Smith! Pls, frobnicate the quibplatz!".

Credits: https://gist.github.com/0i0/1519811