Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 247 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 247 Bytes

SAFE_CMP

SAFE_CMP – safe universal comparator instead of thousand CGPointEqualToPoint, CGRectEqualToRect, e.t.c.

attention! return value < 0, > 0 or == 0 like strcmp()

insert !SAFE_CMP(a, b) instead CGPointEqualToPoint(a, b) ...