List
Type
Index of a List starts from 0, and ends with -1.
Operations
- Concat
++
Concatinating
Tp_
andList Tp_
together and return aList Tp_
type
Usage:
- Indexing
[]
Indexing from a
List Tp_
and return aTp_
type
Usage:
- Slicing
Select a partial from a List
List Tp_
and return anotherList Tp_
Usage: