---
title: MIDIPacket.ByteCollection
framework: coremidi
role: symbol
role_heading: Structure
path: coremidi/midipacket/bytecollection
---

# MIDIPacket.ByteCollection

## Declaration

```swift
struct ByteCollection
```

## Topics

### Initializers

- [init(_:)](coremidi/midipacket/bytecollection/init(_:)-5j13x.md)
- [init(_:)](coremidi/midipacket/bytecollection/init(_:)-8ul4l.md)

### Instance Properties

- [count](coremidi/midipacket/bytecollection/count.md)
- [endIndex](coremidi/midipacket/bytecollection/endindex.md)
- [startIndex](coremidi/midipacket/bytecollection/startindex.md)

### Subscripts

- [subscript(_:)](coremidi/midipacket/bytecollection/subscript(_:).md)

## Relationships

### Conforms To

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