Understanding Why We Don't Use Pointers to change the value of the element in Slice Data Type in Go Lang!
Ever wondered why we don't use a pointer to change the value of the element in a Slice (GO Lang) like we do with other data types like Int, String, or Struct ?
Let's have a look at the inner functioning of Slices and understand how they are working i...
yash-raj.hashnode.dev2 min read
Saumya Jain
short and simple
the flowchart about array and slice was really helpful :)