- create_slice(array, start, end)#
Return the expression tree for the slice operator.
- Parameters:
- array
EX
Input array.
- start
EX
Start index of the slice.
- end
EX
End index of the slice.
- array
- Returns:
ET
Return the expression tree for the slice operator.
EX
Input array.
EX
Start index of the slice.
EX
End index of the slice.
ET