func keysSortedByValue (using: Selector) -> [Any]
Returns an array of the dictionary’s keys, in the order they would be in if the dictionary were sorted by its values.
辞書の持つキーそれらの配列を返します、もし辞書がそれの値それらでソートされたならば、その状態の順番で。
func keysSortedByValue (options: NSSortOptions, usingComparator : (Any, Any) -> ComparisonResult) -> [Any]
Returns an array of the dictionary’s keys, in the order they would be in if the dictionary were sorted by its values using a given comparator block and a specified set of options.
辞書の持つキーそれらの配列を返します、ある与えられた比較子ブロックと指定された一揃いのオプションを使ってもし辞書がそれの値それらでソートされたならば、その状態の順番で。