Page 2 of 2

Re: Python: lambda functions.

Posted: September 25th, 2023, 2:22 pm
by Cuchulainn
A bit of an overkill in general, imho, since short circuiting in coding is used for efficiency.
BTW, what's your take on std::bitset?
I have found it useful proxy object to other bigger datastructures.