array
array copied to clipboard
allow custom `remake` constructors
Example:
List.prototype.array_remake = function(els) {
return new this.constructor(els, this.selector);
})