assert

inline fun assert(cond: Boolean)
inline fun assert(cond: Boolean, message: () -> String)