Replace element in immutable array matching predicate [Answered]
Got a simple issue, I want to replace an element in an
ImmutableArray<T> which matches a predicate with another item. Is there some handy Linq method which could do this easily or am I just gonna have to write my own?