fixes:
- all the cut methods
yeah, that was like... the library itself, and it wasn't working - the rect debug representation
previously it wasRect: X(minX, minY), Y(maxX, maxY), which didn't align withRect:unpack(), soXandYwere changed tominandmaxrespectively
additions:
- (QOL) camelCase versions of all the methods
- improve unknown side errors in the
Rect:get/add/cutmethods
wrote tests (adapted from the Rust implementation)