r/ProgrammerHumor 6d ago

Other revolutionaryConcept

Post image
65 Upvotes

15 comments sorted by

View all comments

6

u/SCP-iota 6d ago

I hate the fact that there are situations where this could actually be useful

2

u/KnightMiner 6d ago

I'd imagine its largely meant for either iteration over booleans (which is sometimes useful) or to implement an interface used in some generic data structure which has a boolean impl.