pub fn fuse_programs_vec(programs: Vec<Program>) -> Result<Program, FusionError>Expand description
Fuse programs when the caller already owns a Vec.
For a single program this returns that value directly (no deep clone).
Multi-arm batches delegate to the same implementation as fuse_programs.
ยงErrors
Returns FusionError under the same conditions as fuse_programs.