# `SWAP`

*Macro*

## Declaration

```objc
#define SWAP(A, B)
```

```python
SWAP(A, B)
```

