Slice has capacity argument in slice short deflagration with make function.
z := make([]float64, 5, 10) fmt.Println(len(z), cap(z)) for i := 0; i <