mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:17:46 +00:00
AK: Add StringBuilder::to_fly_string()
This commit is contained in:
parent
a35fa553dd
commit
1453ac79e7
2 changed files with 7 additions and 0 deletions
|
@ -66,6 +66,7 @@ public:
|
|||
#endif
|
||||
|
||||
ErrorOr<String> to_string() const;
|
||||
ErrorOr<FlyString> to_fly_string() const;
|
||||
|
||||
[[nodiscard]] ByteBuffer to_byte_buffer() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue