This commit adds an example to the slices examples to demonstrate that when a slice is created from an underlying slice, any changes to the new slice will also be reflected in the original slice.
This commit adds an example to the slices examples to demonstrate
that when a slice is created from an underlying slice, any changes
to the new slice will also be reflected in the original slice.
This commit adds an example to the slices examples to demonstrate that when a slice is created from an underlying slice, any changes to the new slice will also be reflected in the original slice.