zip

@PerformancePitfall(message = "Very slow on remote execution algebras")
open fun zip(left: StructureND<T>, right: StructureND<T>, transform: C.(T, T) -> T): StructureND<T>(source)

Combines two structures into one.