ComparisonResult
enum ComparisonResult
Relative priority between two elements.
-
Left-hand element should be closer to the root (higher priority).
Declaration
Swift
case moreTop
-
Left-hand element should be farther from the root (lower priority).
Declaration
Swift
case moreBottom
-
Elements have equivalent priority.
Declaration
Swift
case equal