Bit #45
When creating an array in Go, we can put ...
in place of array’s length to determine the length of the array automatically based on the number of elements provided.
When creating an array in Go, we can put ...
in place of array’s length to determine the length of the array automatically based on the number of elements provided.