Instance Method
インスタンスメソッド
keysOfEntries(options:passingTest:)
Returns the set of keys whose corresponding value satisfies a constraint described by a block object.
それの対応する値があるブロックオブジェクトによって記述される制約を満たすキーの集合を返します。
Parameters
パラメータ
opts
A bit mask of enumeration options.
列挙オプションそれらからなるビットマスク。
predicate
A block object that specifies constraints for values in the dictionary.
辞書の中の値それらに対する制約を指定するブロックオブジェクト。
Return Value
戻り値
The set of keys whose corresponding value satisfies predicate
.
それの対応する値がpredicate
を満たすキーからなる集合。
See Also
参照
Filtering Dictionaries
辞書をフィルタする
Related Documentation
関連文書