Contents

init(_:)

Creates a binding by projecting the base value to a hashable value.

Declaration

init<V>(_ base: Binding<V>) where Value == AnyHashable, V : Hashable

Parameters

  • base:

    A Hashable value to project to an AnyHashable value.

See Also

Creating a binding