Array.opSlice

Return Value

Type: Variant[]

a slice of the array memory. The slice does *not* have ownership of the reference-counted memory and is invalid after the original Array goes out of scope or is resized.

Meta