> ## Documentation Index
> Fetch the complete documentation index at: https://starkware-9575960b-starkzapv3.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# core::bool

`bool` enum representing either `false` or `true`.

## Signature

```rust theme={null}
pub enum bool {
    False,
    True,
}
```

## Variants

### False

#### Signature

```rust theme={null}
False
```

### True

#### Signature

```rust theme={null}
True
```
