mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:07:34 +00:00
AK+Format: Use the new format backend in the implementation.
This commit is contained in:
parent
2111fc5f63
commit
01915a3027
3 changed files with 83 additions and 24 deletions
|
@ -81,9 +81,11 @@ struct StandardFormatter {
|
|||
enum class Mode {
|
||||
Default,
|
||||
Binary,
|
||||
BinaryUppercase,
|
||||
Decimal,
|
||||
Octal,
|
||||
Hexadecimal,
|
||||
HexadecimalUppercase,
|
||||
Character,
|
||||
String,
|
||||
Pointer,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue