Are Golang slices dynamic arrays or fat pointers? (2024)
build-your-own.org
Are Golang slices dynamic arrays or fat pointers? (2024)
1–3 of 3 posts
Re: Are Golang slices dynamic arrays or fat pointers? (2024)
#2[deleted]
Re: Are Golang slices dynamic arrays or fat pointers? (2024)
#3Go slice is neither of that, it is a window into an array.