.. py:function:: create_slice(array, start, end) Return the expression tree for the slice operator. :Parameters: **array** : :obj:`EX` Input array. **start** : :obj:`EX` Start index of the slice. **end** : :obj:`EX` End index of the slice. :Returns: :obj:`ET` .. .. !! processed by numpydoc !!