queue
queue
Similar to Groovy's [spread operator](http://groovy.codehaus.org/Operators#Operators-SpreadOperator): ``` array*.property ``` as sugar for: ``` element.property for element of array ``` Essentially, the spread operator is a syntax level `map` or `forEach` for...
Whenever I start out with a hushed function ``` thing.onclick !-> console.log \clicked ``` And then want to add a parameter, I usually end up doing this: ``` thing.onclick (e)...
i.e., the non-ui parts of c4, so others can userscript without being tied to either 4chan's UI choices or c4's UI choices (as much as possible, anyway). `unf` for short....