rem’s avatarrem’s Twitter Archive—№ 77,189

  1. …in reply to @citizen_of_now
    citizen_of_now jaffathecake Unsure. I think you could read !!val because it's a common logic operation, just seen twice instead of once. The ~~ isn't exactly obvious that you're doing a double bitwise operation.I'd guess under the hood the bitwise op is still faster, but it's not worth the brain power.