---
title: ListFormatStyle.ListType.and
framework: foundation
role: symbol
role_heading: Case
path: foundation/listformatstyle/listtype-swift.enum/and
---

# ListFormatStyle.ListType.and

Specifies an and list type.

## Declaration

```swift
case and
```

## Discussion

Discussion This width creates a list like One, Two, and Three in U.S. English. The rawValue of and is 0.

## See Also

### List types

- [ListFormatStyle.ListType.or](foundation/listformatstyle/listtype-swift.enum/or.md)
