mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-22 15:44:45 +00:00
These allow us to binary search the code point compositions based on the first code point being combined, which makes the search close to O(log N) instead of O(N).