---
title: MIDIEventPacket.WordCollection
framework: coremidi
role: symbol
role_heading: Structure
path: coremidi/midieventpacket/wordcollection
---

# MIDIEventPacket.WordCollection

## Declaration

```swift
struct WordCollection
```

## Topics

### Initializers

- [init(_:)](coremidi/midieventpacket/wordcollection/init(_:)-81z9r.md)
- [init(_:)](coremidi/midieventpacket/wordcollection/init(_:)-922um.md)

### Instance Properties

- [count](coremidi/midieventpacket/wordcollection/count.md)
- [endIndex](coremidi/midieventpacket/wordcollection/endindex.md)
- [startIndex](coremidi/midieventpacket/wordcollection/startindex.md)

### Subscripts

- [subscript(_:)](coremidi/midieventpacket/wordcollection/subscript(_:).md)

## Relationships

### Conforms To

- [BidirectionalCollection](swift/bidirectionalcollection.md)
- [Collection](swift/collection.md)
- [RandomAccessCollection](swift/randomaccesscollection.md)
- [Sequence](swift/sequence.md)
