Skip to content

Instantly share code, notes, and snippets.

View NothingEverHappens's full-sized avatar

NothingEverHappens

View GitHub Profile
/**
* Author: Kirill Cherkashin
*
* Before:
* a(1);
* a(2);
* a(3);
* a(4);
* Now:
* var b = AllowArrays( a, 0 ); //We do it with the first argument, but we can have more comma-separated