Open
Description
Currently we support: append(), insert(), remove() and pop().
TODO:
- extend()
- clear() - Supporting list of lists, list of tuples and tuples with lists #952
- index()
- count()
- reverse()
- copy()
- sort()
Source: https://docs.python.org/3/tutorial/datastructures.html#more-on-lists