Skip to content

v2.1.0: Support for format string

Compare
Choose a tag to compare
@Geod24 Geod24 released this 16 Mar 07:15
· 9 commits to v2.x.x since this release

Support for format-like format string has been implemented.
The default, %s, will still lead to toString formatting things the same way,
namely the value BitBlob!1(42) will format as 0x2a.
Using %x will format as 2a, %X will format as %X and all other formats
will be interpreted as %s.