pack_args
Packs, a variable amount of values, into a single list.
Arguments
| Name | Type | Documentation |
|---|---|---|
| tuple | The tuple of values to curry |
Returns
| Name | Type | Documentation |
|---|---|---|
| values | Vec<ScriptValue> | The list of values destructured from the tuple |
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
pack_argsPacks, a variable amount of values, into a single list.
| Name | Type | Documentation |
|---|---|---|
| tuple | The tuple of values to curry |
| Name | Type | Documentation |
|---|---|---|
| values | Vec<ScriptValue> | The list of values destructured from the tuple |