unpack_args
Unpacks, a list of values, into many separate values.
Arguments
| Name | Type | Documentation |
|---|---|---|
| values | Vec<ScriptValue> | The list of values to uncurry |
Returns
| Name | Type | Documentation |
|---|---|---|
| tuple | The tuple of all values provided |
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
unpack_argsUnpacks, a list of values, into many separate values.
| Name | Type | Documentation |
|---|---|---|
| values | Vec<ScriptValue> | The list of values to uncurry |
| Name | Type | Documentation |
|---|---|---|
| tuple | The tuple of all values provided |