zip

abstract fun zip(left: StructureND<T>, right: StructureND<T>, transform: C.(T, T) -> T): StructureND<T>

Combines two structures into one.

Sources

common source
Link copied to clipboard