Or something like `inline val Int.b get() = this.t...
# announcements
k
Or something like
inline val Int.b get() = this.toByte()
and then use
... == 0.b
for almost-literals.