Function operator>> from stl
Brief description
operator>>(value:,list:List):List
Appends an element at the beginning of the list by modifying the list More ...
Function information
| Name: | operator>> |
| Base: | List |
| Group: | Built-in plugins:Lists |
| Icon: | list.png |
| Color: | black |
| Authors: | |
| Copyright: |
Detailed description
Appends an element at the beginning of the list by modifying the list.
Input parameters
-
value:
- Value to append
-
list:
List
- List to operate on
Return values
-
Default return value:
List
- Modified list
