1
Fork 0
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:
asynts 2020-09-26 15:26:14 +02:00 committed by Andreas Kling
parent 2111fc5f63
commit 01915a3027
3 changed files with 83 additions and 24 deletions

View file

@ -81,9 +81,11 @@ struct StandardFormatter {
enum class Mode {
Default,
Binary,
BinaryUppercase,
Decimal,
Octal,
Hexadecimal,
HexadecimalUppercase,
Character,
String,
Pointer,