Quidest?

Slice zero value

ยท Lorenzo Drumond

The zero value of a slice is a nil

A nil slice has a length and capacity of 0 and has no underlying array

References

Next -> creating-a-slice-with-make

#slice #structured #capacity #reference #length #zero #nil #array #data #golang #type