---
title: "subscript(_:)"
framework: swift
role: symbol
role_heading: Instance Subscript
path: "swift/lazymapsequence/subscript(_:)-36b2w"
---

# subscript(_:)

Accesses the element at position.

## Declaration

```swift
subscript(position: Base.Index) -> Element { get }
```

## Overview

Overview note: position is a valid position in self and position != endIndex.
