Source code
Revision control
Copy as Markdown
Other Tools
for (var i = 0; i < 200; i++) {
(function* get(undefined, ...get) {
g.apply(this, arguments);
})();
}
for (var i = 0; i < 200; i++) {
(function* get(undefined, ...get) {
g.apply(this, arguments);
})();
}