Contents

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.