Files
ladybird/Userland/Utilities
Ali Mohammad Pur aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString
This commit removes DeprecatedString's "null" state, and replaces all
its users with one of the following:
- A normal, empty DeprecatedString
- Optional<DeprecatedString>

Note that null states of DeprecatedFlyString/StringView/etc are *not*
affected by this commit. However, DeprecatedString::empty() is now
considered equal to a null StringView.
2023-10-13 18:33:21 +03:30
..
2023-09-17 16:49:35 +03:30
2023-09-27 03:22:56 +02:00
2023-09-27 03:22:56 +02:00
2023-10-06 08:10:00 +02:00
2023-08-13 10:16:03 +01:00
2023-08-12 01:50:49 +02:00
2023-07-05 08:34:51 +02:00
2023-10-12 08:03:52 +02:00
2023-08-26 19:01:22 -04:00
2023-09-27 03:22:56 +02:00
2023-07-08 13:14:50 +01:00