---
title: "anyOf(_:)"
framework: foundationmodels
role: symbol
role_heading: Type Method
path: "foundationmodels/generationguide/anyof(_:)"
---

# anyOf(_:)

Enforces that the string be one of the provided values.

## Declaration

```swift
static func anyOf(_ values: [String]) -> GenerationGuide<String>
```

## See Also

### Getting the constant

- [constant(_:)](foundationmodels/generationguide/constant(_:).md)
