Function operator[] from stl
Brief description
operator[](list:List,index:int)
Provides access to a list element More ...
Function information
Name: | operator[] |
Base: | List |
Group: | Built-in plugins:Lists |
Icon: | list.png |
Color: | black |
Authors: | |
Copyright: |
Detailed description
Provides access to a list element
Input parameters
-
list:
List
- List to operate on
-
index:
int
- Index value
Return values
-
Default return value:
- List element