Immutable Data Structure - C#
What is immutability?
Immutable types are the types that once initialized then never be changed their internal state after that.
In a simple sentence, mutation means editable and immutation means opposite of it (not editable)!
A very good example to ...
pritom.hashnode.dev2 min read