A function appends to a slice. Which rule keeps the result correct whether or not a new b…

from Go
beginner 1 min

A function appends to a slice. Which rule keeps the result correct whether or not a new backing array is allocated?

Report an error