zip

inline fun Buffer<T>.zip(other: Buffer<T>, crossinline operation: A.(left: T, right: T) -> T): Series<T>(source)

Zip two buffers in the range whe they overlap