RBBinarySearchResult Constants Reference
Declared in | NSArray+Extensions.h |
---|
RBBinarySearchResult
The result of comparing two objects for a binary search.
Definition
typedef NS_ENUM(NSInteger, RBBinarySearchResult ) {
RBBinarySearchResultMatch,
RBBinarySearchResultLessThan,
RBBinarySearchResultGreaterThan,
};
Constants
RBBinarySearchResultMatch
-
The two objects are a match.
Declared In
NSArray+Extensions.h
. RBBinarySearchResultLessThan
-
The first object is less than the second object.
Declared In
NSArray+Extensions.h
. RBBinarySearchResultGreaterThan
-
The first object is greater than the second object.
Declared In
NSArray+Extensions.h
.
Declared In
NSArray+Extensions.h