Instance Method
move(from:to:) moveFromIndex:To: moveFromIndex_To_
Declaration
func move(from: UInt, to: UInt)Declaration
- (void) moveFromIndex:(NSUInteger) from To:(NSUInteger) to;Declaration
moveFromIndex_To_(from: int, to: int)