This functor appends a value to the end of a given tuple.
Name | Type | Description |
---|---|---|
Tuple | Tuple | Input tuple to which the value will be appended to. |
Value | Table Value | Value that will be appended to the tuple. |
Name | Type | Description |
---|---|---|
Result | Tuple | The resulting tuple. |
Add Tuple Value