static var concurrent: NSSortOptions
Specifies that the Block sort operation should be concurrent.
ブロックソート演算が並行であるべきなのを指定します。
static var stable: NSSortOptions
Specifies that the sorted results should return compared items having equal value in the order they occurred originally.
ソートされた結果が等しい値を持っている比較済み項目をそれらがもともと現れた順で返すべきなのを指定します。