mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 14:45:07 +00:00
![]() UniqueStringStorage is used to ensure only one copy of a string will be generated, and interested parties store just an index into the generated storage. Generalize this class to allow any* type to be stored uniquely. * To actually be storable, the type must have both an AK::Format and an AK::Traits overload available. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
GenerateUnicodeData.cpp | ||
GenerateUnicodeDateTimeFormat.cpp | ||
GenerateUnicodeLocale.cpp | ||
GenerateUnicodeNumberFormat.cpp | ||
GeneratorUtil.h |