---
title: "remove(_:)"
framework: foundation
role: symbol
role_heading: Instance Method
path: "foundation/nsmutableindexset/remove(_:)-5li0r"
---

# remove(_:)

Removes an index from the receiver.

## Declaration

```swift
func remove(_ value: Int)
```

## Parameters

- `value`: Index to remove.

## See Also

### Removing Indexes

- [remove(_:)](foundation/nsmutableindexset/remove(_:)-196u2.md)
- [removeAllIndexes()](foundation/nsmutableindexset/removeallindexes().md)
- [remove(in:)](foundation/nsmutableindexset/remove(in:).md)
