i'm curious why are there so rare `infix` function...
# announcements
d
i'm curious why are there so rare
infix
functions usage in the
stdlib
? is it considered as bad practice? for example this one
Copy code
public inline fun error(message: Any): Nothing
it would be sweet to use it as
error "Oops, try again"