From 7ec0856f0112900c5968f58a908f902a9f6c038e Mon Sep 17 00:00:00 2001
From: Rob Pike
A slice, once initialized, is always associated with an underlying -array that holds its elements. A slice therfore shares storage +array that holds its elements. A slice therefore shares storage with its array and with other slices of the same array; by contrast, distinct arrays always represent distinct storage.
-- 2.50.0