mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 04:18:12 +00:00
![]() Once canonical extensions are implemented, the number of: if (optional_string.has_value() { builder.append('-'); builder.append(optional_string->to_lowercase_string()); } Will be quite large. This commit just adds a helper lambda to handle this pattern to prevent this function from becoming even more enormous. |
||
---|---|---|
.. | ||
CharacterTypes.cpp | ||
CharacterTypes.h | ||
CMakeLists.txt | ||
Forward.h | ||
Locale.cpp | ||
Locale.h |