mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 10:07:15 +02:00
The fast path of to_i32() can be neatly inlined everywhere, and we still have to_i32_slow_case() for non-trivial conversions. For to_u32(), it really can just be implemented as a static cast to i32!
417 KiB
417 KiB