How to replace elements in an array of type T?
I have an Array2D<T> class that can take integer, reference types, etc. They are stored in this:
I have a method here that should replace elements.
I can't find any existing replace method. Any suggestions?
I have a method here that should replace elements.
I can't find any existing replace method. Any suggestions?