init(_:)
Creates a binding by projecting the base value to a hashable value.
Declaration
init<V>(_ base: Binding<V>) where Value == AnyHashable, V : HashableParameters
- base:
A
Hashablevalue to project to anAnyHashablevalue.
Creates a binding by projecting the base value to a hashable value.
init<V>(_ base: Binding<V>) where Value == AnyHashable, V : HashableA Hashable value to project to an AnyHashable value.