not

fun not(value: Boolean): Boolean

Negates a boolean value.

Return

the negation of value

Parameters

value

boolean value to negate

Chaining

This function is designed to be chained with other function calls:
Boolean::not -> Boolean