apoc.coll.set
Syntax |
|
||
Description |
Sets the element at the given index to the new value. |
||
Arguments |
Name |
Type |
Description |
|
|
The list to be updated. |
|
|
|
The position of the value in the list to be updated. |
|
|
|
The new value to be set. |
|
Returns |
|