Generic Initializer

init(_:)

Creates a type-erased hashable value that wraps the given instance. 型消去ハッシュ可能値を作成します、それは与えられたインスタンスをラップします。

Declaration 宣言

init<H>(_ base: H) where H : Hashable

Parameters パラメータ

base

A hashable value to wrap. ラップすることになるハッシュ可能値。