mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-11 13:48:57 +00:00
Problem: - `constexpr` functions are additionally decorated with `inline` keyword. This is redundant since `constexpr` implies `inline`. Solution: - Remove redundancies.