# `MGOrderedDictionary moveFromIndex:To:`

*Instance Method*

## Declaration

```swift
func move(from: UInt, to: UInt)
```

```objc
- (void) moveFromIndex:(NSUInteger) from To:(NSUInteger) to;
```

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

