Skip to content

intermix

Subhajit Sahu edited this page May 17, 2020 · 15 revisions

Places values of an iterable between another. 🏃 📼 📦 🌔 📒

iterable.intermix(x, y, [s], [t], [m], [n]);
// x: an iterable
// y: another iterable
// s: step size for x (1)
// t: step size for y (1)
// m: number of values from x (s)
// n: number of values from y (t)
Clone this wiki locally