slices-intro

command
v0.0.0-...-3740421 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 18, 2024 License: MIT Imports: 1 Imported by: 0

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

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL