init(_:)
Creates a type-erased hashable value that wraps the given instance.
Declaration
init<H>(_ base: H) where H : HashableParameters
- base:
A hashable value to wrap.
Creates a type-erased hashable value that wraps the given instance.
init<H>(_ base: H) where H : HashableA hashable value to wrap.