UNPKG

@extra-array/copy-within.min

Version:
9 lines (5 loc) 147 B
const array = require("extra-array"); var x = [1, 2, 3, 4, 5]; array.copyWithin(x, 3); array.copyWithin(x, 3, 1); array.copyWithin(x, 3, 1, 2);