---
title: Scene.AnchorCollection.SubSequence
framework: realitykit
role: symbol
role_heading: Type Alias
path: realitykit/scene/anchorcollection/subsequence
---

# Scene.AnchorCollection.SubSequence

A sequence that represents a contiguous subrange of the collection’s elements.

## Declaration

```swift
typealias SubSequence = Slice<Scene.AnchorCollection>
```

## See Also

### Accessing anchors

- [subscript(_:)](realitykit/scene/anchorcollection/subscript(_:).md)
