Initializer

init(options:)

Returns a hash table with given pointer functions options. 与えられたポインタ関数オプションを使うハッシュテーブルを返します。

Declaration 宣言

init(options: NSPointerFunctions.Options = [])

Parameters パラメータ

options オプション

A bit field that specifies the options for the elements in the hash table. For possible values, see NSHashTableOptions. ハッシュテーブルの中の要素に対するオプションを指定するビットフィールド。可能な値として、NSHashTableOptionsを見てください。

Return Value 戻り値

A hash table with given pointer functions options. 与えられたポインタ関数オプションを使うハッシュテーブル。

See Also 参照

Convenience Constructors 便宜コンストラクタ