Files
ladybird/Libraries/LibJS/Runtime/Utf16String.cpp
Andreas Kling 4dc63ddf49 LibJS: Make Optional<Utf16String> use less space
By specializing the template, we can shrink it from 16 to 8 bytes.
This makes PrimitiveString a measly 32 bytes. :^)
2025-03-30 07:16:40 +01:00

3.1 KiB