const xProd = (a, b) => a.map(x => b.map(y => [x, y])); module.exports = xProd