Files
ladybird/Userland/Libraries/LibGfx/Size.h
Lenny Maiorani dc518404ce LibGfx: Make Size constexpr-capable
There is nothing in the `Size` class which cannot be `constexpr`, but
without it being `constexpr` it prevents other things from being
`constexpr`-capable.
2022-03-04 17:41:08 +01:00

4.8 KiB