LongRect
An immutable half-open rectangle in a large integer content coordinate space.
Construction validates edge ordering and rejects extents that overflow a Long. Empty rectangles are valid geometry, although components may require positive content extents. The value owns no external resources and is safe to share between threads.
Throws
when the edges are unordered.
when an extent cannot be represented as a Long.