slice


Description:

public Array slice (int64 offset, int64 length)

Parameters:

this

A Array.

offset

The offset of sub Array.

length

The length of sub Array.

Returns:

The sub Array. It covers only from `offset` to `offset + length` range. The sub Array shares values with the base Array.