mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-08 20:28:26 +00:00
Problem: - Type and size information is known at compile-time, but computations are being performed using run-time parameters. Solution: - Move function arguments to be template arguments. - Convert to `consteval` where possible. - Decorate functions with `constexpr` which are used in both run-time and compile-time contexts.
22 KiB
22 KiB