StructAppend
Appends the contents of a second struct to the first struct either with or without overwrite
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The target struct which will be the recipient of the appending | |
|
|
| The struct containing the values to be appended | |
|
|
| Default true. Whether to overwrite existing values found in struct1 from the values in struct2 |
|
Examples
Related
Last updated