slice


Description:

[ Version ( since = "0.14.0" ) ]
public Table slice (int64 offset, int64 length)

Parameters:

this

A Table.

offset

The offset of sub Table. If the offset is negative, the offset is counted from the last.

length

The length of sub Table.

Returns:

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