ContRap
The symbolic tool for control-flow based rapid prototyping.

Function operator-> from stl
Brief description

operator->(value:List,list:List):List

Appends a list 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 a list at the beginning of the list by modifying the list.

Input parameters
value: List
List to append
list: List
List to operate on

Return values
Default return value: List
Modified list