---
title: "subscript(_:)"
framework: createml
role: symbol
role_heading: Instance Subscript
path: "createml/mluntypedcolumn/subscript(_:)-6j6rb"
---

# subscript(_:)

Accesses the element at the given position.

## Declaration

```swift
subscript(index: Int) -> MLDataValue { get }
```

## Parameters

- `index`: The index of an element in the column.

## Return Value

Return Value The value at the given index.
