SubArray.from_sub_array
Description:
public SubArray.from_sub_array (
SubArray<
G> array,
int start,
int stop)
Creates a new sub array with another sub array.
Parameters:
array |
a sub array
|
start |
zero-based index of the begin of the slice
|
stop |
zero-based index after the end of the slice
|