# `boolean`

*Type Alias*

## Declaration

```swift
typealias boolean = Int32
```

```objc
typedef int boolean;
```

```python
boolean
```

