mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:47:35 +00:00
AK: Add String::number(size_t) overload
This commit is contained in:
parent
ae060d7450
commit
5cd04a6ad8
2 changed files with 6 additions and 0 deletions
|
@ -194,6 +194,7 @@ public:
|
|||
}
|
||||
|
||||
static String format(const char*, ...);
|
||||
static String number(size_t);
|
||||
static String number(unsigned);
|
||||
static String number(int);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue