dave08
06/26/2024, 3:35 PMdave08
06/26/2024, 3:37 PMval foo = parZip(
{ ... },
{ ... }, // this I just want to inline in the result
) { bar1, bar2, // bar2 should be inlined
Baz(bar1, /* here the content of the inline, instead of bar2 */)
}
dave08
06/26/2024, 3:38 PMEmre
06/26/2024, 9:03 PMdave08
06/27/2024, 1:44 AMAlejandro Serrano.Mena
06/27/2024, 7:45 AM