insert(_:for:)
Insert the view to be used as the async mutable value for name.
Declaration
mutating func insert(_ mutableValue: inout InferenceFunction.AsyncMutableValue, for name: String)Parameters
- mutableValue:
The mutable value that this collection will reference. Its lifetime is tied to the resulting collection.
- name:
The name of the state or output view being specified.