Files
ladybird/Userland/Libraries/LibGfx
Lenny Maiorani 66189169f9 LibGfx: Change class_name to use StringView instead of char const*
This helps make the overall codebase consistent. `class_name()` in
`Kernel` is always `StringView`, but not elsewhere.

Additionally, this results in the `strlen` (which needs to be done
when printing or other operations) always being computed at
compile-time.
2022-03-19 00:20:46 +00:00
..
2022-03-04 23:40:21 +01:00
2022-03-04 17:41:08 +01:00