Back to Developer Roadmap

Slices

src/data/roadmaps/golang/content/slices@3aoMFQXIh3Qdo04isHwe_.md

4.0549 B
Original Source

Slices

Dynamic arrays built on top of arrays. Reference types with length and capacity. Created with make() or slice literals. Support append, copy operations. More flexible than arrays - most commonly used sequence type in Go.

Visit the following resources to learn more: