mirror of
https://github.com/RGBCube/serenity
synced 2026-01-12 22:50:59 +00:00
`vformat()` can now accept format specifiers of the form
{:'[numeric-type]}. This will output a number with a comma separator
every 3 digits.
For example:
`dbgln("{:'d}", 9999999);` will output 9,999,999.
Binary, octal and hexadecimal numbers can also use this feature, for
example:
`dbgln("{:'x}", 0xffffffff);` will output ff,fff,fff.
|
||
|---|---|---|
| .. | ||
| ASN1 | ||
| Authentication | ||
| BigFraction | ||
| BigInt | ||
| Checksum | ||
| Cipher | ||
| Curves | ||
| Hash | ||
| NumberTheory | ||
| PK | ||
| CMakeLists.txt | ||
| Forward.h | ||
| Verification.h | ||