assertFalse

@SinceKotoolsAssert(version = "2.1")
fun Boolean.assertFalse()

Asserts that this value is false.

@SinceKotoolsAssert(version = "2.1")
inline fun assertFalse(block: () -> Boolean)

Asserts that the result of calling the block function is false.