reverse
Specifies that the enumeration should be performed in reverse.
Declaration
static var reverse: NSEnumerationOptions { get }Discussion
This option is available for NSArray and NSIndexSet classes; its behavior is undefined for NSDictionary and NSSet classes, or when combined with the NSEnumerationConcurrent flag.