Re: binary search with reference to append
- Posted by jaygade Jun 16, 2014
- 1699 views
I don't think that the deprecate keyword would work in this case however, since we're deprecating optional parameters and not an entire routine.
Unless deprecate works in the formal parameter declaration?
I would think that editing the doc comment of the function to mention that the sp and ep parameters are deprecated would be sufficient. "Don't use these, use a slice instead. These optional parameters will no longer be valid at some future point."