(`abstract` thoughts) It’s ridiculous, but `if (bo...
# random
m
(
abstract
thoughts) It’s ridiculous, but
if (bool) 1 else 0
will compile to real comparison (
ifeq
). On JVM bytecode level, 1 is equal to true, and 0 is equal to false, so this special case could be simplified.