mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-10 23:49:47 +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).