by "to enforce" I mean the way to make this functi...
# announcements
d
by "to enforce" I mean the way to make this function inlined without any conditions, like stdlib's
public inline fun assert(value: Boolean)
where
@kotlin.internal.InlineOnly
is used