insert(_:for:)
Insert a new value to the output views.
Declaration
mutating func insert(_ value: inout some InferenceValue.MutableViewRepresentable & ~Copyable, for name: String)Parameters
- value:
The value which will be updated in-place.
- name:
The name of the value that this view should be used for.