README ¶
Go Slices: usage and internals
TODO : Complete this note. Will return for better understanding.
Blog : Go Slices: usage and internals
Introduction
slices = arrays with convenient and efficient means of working with sequence of typed data
Arrays
- slice = built on top of array type.
- array type definition specifies length and data type.
- arrays do not need to be initialized explicitly. all non-specified values will use zero-values.
Documentation ¶
There is no documentation for this package.
Click to show internal directories.
Click to hide internal directories.