We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc3d08e commit de06275Copy full SHA for de06275
objix.js
@@ -62,7 +62,8 @@ const
62
: (!e && d == -1 && this.size() > 10) ? this.try(structuredClone, () => this.clone(d,1))
63
: [O,Array].has(this[C]) ? this.map(v => (d && v) ? v.clone(d-1) : v)
64
: new this[C](this)
65
-},
+ },
66
+
67
join(...a) {
68
let r = A({}, this)
69
for(let o of a) K(o).map(k => r[k] &&= [].concat(r[k], o[k]))
0 commit comments