Python's list with its methods and sorted buitin
LIMIT: slice literal is not supported. ls[1:3] has to be rewritten as ls[1..2]
Converters
converter nimArrayAsList[T; I](arr: array[I, T]): PyList[T]
- Source Edit
Python's list with its methods and sorted buitin
LIMIT: slice literal is not supported. ls[1:3] has to be rewritten as ls[1..2]
converter nimArrayAsList[T; I](arr: array[I, T]): PyList[T]