---
title: "StructuredValue.int(_:)"
framework: evaluations
role: symbol
role_heading: Case
path: "evaluations/structuredvalue/int(_:)"
---

# StructuredValue.int(_:)

An integer value.

## Declaration

```swift
case int(Int)
```

## See Also

### Primitive values

- [StructuredValue.string(_:)](evaluations/structuredvalue/string(_:).md)
- [StructuredValue.double(_:)](evaluations/structuredvalue/double(_:).md)
- [StructuredValue.bool(_:)](evaluations/structuredvalue/bool(_:).md)
- [StructuredValue.null](evaluations/structuredvalue/null.md)
