1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 04:57:44 +00:00

AK: Support case-insensitive HashMap<String, T>.

We achieve this by allowing you to specify custom traits for the key type.
For convenience, we also provide a CaseInsensitiveStringTraits for String.
This commit is contained in:
Andreas Kling 2019-07-13 11:00:29 +02:00
parent b425de18cc
commit d9d13f2445
4 changed files with 22 additions and 6 deletions

0
AK/Tests/TestString.cpp Executable file → Normal file
View file