# `MGOrderedDictionary swipeIndex:with:`

*Instance Method*

## Declaration

```swift
func swipeIndex(_ from: UInt, with to: UInt)
```

```objc
- (void) swipeIndex:(NSUInteger) from with:(NSUInteger) to;
```

```python
swipeIndex_with_(from: int, to: int)
```

