pub fn compose_pair(first: u32, second: u32) -> Option<u32>Expand description
Composition pair lookup: (first, second) -> composed. Returns
None when no canonical composition exists or when the composite
is on the exclusion list (filtered out at table-generation time,
so the runtime never re-checks).