Declaration

func move(from: UInt, to: UInt)

Declaration

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

Declaration

moveFromIndex_To_(from: int, to: int)