Instance Method インスタンスメソッド

keysOfEntries(passingTest:)

Returns the set of keys whose corresponding value satisfies a constraint described by a block object. それの対応する値があるブロックオブジェクトによって記述される制約を満たすキーの集合を返します。

Declaration 宣言

func keysOfEntries(passingTest predicate: (Any, Any, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Set<AnyHashable>

Parameters パラメータ

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 関連文書