On Monday, 30 March 2015 at 19:15:25 UTC, matovitch wrote:
Language ref -> Array -> Slice
"An array slice does not copy the data, it is only another reference to it."

So the total slice of a static array is a range using the underlying memory of the static array isnt it ?

yes

Reply via email to