sub_array


Description:

public SubArray<G> sub_array (int start, int stop)

Creates a new sub array slice.

Parameters:

start

zero-based index of the begin of the slice

stop

zero-based index after the end of the slice

Returns:

the new sub array