Add IU64 and Span classes, to compute spans over all integers (#9021)
IU64 is a single numeric representation for both signed and unsigned integers: it can contain as many negative values as a signed number can, but also as many unsigned as well (so it needs more than 64 bits). The Span class is a simple representation of contiguous Spans of numbers.
A
Alon Zakai committed
7836ed6eb3a8a447c5c98ec0769a718b96eaa8af
Parent: 8d546dc
Committed by GitHub <noreply@github.com>
on 8/20/2026, 4:00:25 PM