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