with "and" just being `infix inline fun <T> ...
# announcements
u
with "and" just being
infix inline fun <T> Any?.and(block: () -> T): T = block()