Rick Waldron (2013-08-14T17:00:46.000Z)
domenic at domenicdenicola.com (2013-08-19T04:53:09.196Z)
copySlice/copyWithin is similar to the subset assignment operation in R, eg. vec[4:6] <- vec[1:3] Array.prototype.subset(target = 0, start = 0, end = this.length)?