What would be the proper way to define the following slice notation for a list:
slice
list[a:b] list[a] list[a:] list[:b]
For example,