https://doc.rust-lang.org/std/keyword.false.html

false - Rust

Expand description

A value of type bool representing logical false.

false is the logical opposite of true.

See the documentation for true for more information.