combine
abstract fun combine(a: StructureND<T>, b: StructureND<T>, transform: C.(T, T) -> T): StructureND<T>
Content copied to clipboard
Combines two structures into one.
Sources
common source
Link copied to clipboard