5 ms·
Couldn't we do it like (!need_free == !some_other_bool)?
by MilanTodorovic 3y ago
Couldn't we do it like (!need_free == !some_other_bool)?
- mariusor 3y agoYou can go the php way and do if (!!need_free)
- billforsternz 3y agoClever, I like it.
5 ms·