create_slice(array, start, end)#

Return the expression tree for the slice operator.

Parameters:
arrayEX

Input array.

startEX

Start index of the slice.

endEX

End index of the slice.

Returns:
ET