Instance Method
removeObject(from:to:) removeObjectFromIndex:To: removeObjectFromIndex_To_
Declaration
func removeObject(from: UInt, to: UInt) -> BoolDeclaration
- (BOOL) removeObjectFromIndex:(NSUInteger) from To:(NSUInteger) to;Declaration
removeObjectFromIndex_To_(from: int, to: int) -> bool