ltlollo

Results 4 comments of ltlollo

Hi, yesterday i wrote a script to collect common expressions on various projects scattered around my HD; these are the missing operators that I use the most: - `()` -...

+= : sould probably just be + closer to = and aligned, as the other operation on self [], {}, [=] and [&] could have could have end point joined...

they are lambda captures in c++, http://en.cppreference.com/w/cpp/language/lambda using [] in a lambda makes it a normal function `auto fun = [](a) -> b { ... };` is the same as...

they are lists of captured parameters, but [&]/[=] could be read as box the environment by reference/value