Home Manual Reference Source

src/array/core/fill.js

const fill = (array, x, i, j) => array.fill(x, i, j);
export default fill;