Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
operation: function(data) {
const outdata = [];
for (const num of this.get('groups').keys()) {
outdata.push(data['in' + num]);
}
return { out : Vector3vl.concat(...outdata) };
}
});