Combine(Program[])
Last updated
Last updated
Method in Program
Creates a new Program by merging multiple Programs together.
The new program will contain every node from every input program.
Name | Description |
---|---|
The new, combined program.
Yarn.Program[] programs
The Programs to combine together.