[DOC] Related for Array bsearch methods
This commit is contained in:
parent
3d09242cc4
commit
bd9fa014e3
Notes:
git
2024-09-10 18:02:40 +00:00
4
array.c
4
array.c
@ -3559,6 +3559,8 @@ static VALUE rb_ary_bsearch_index(VALUE ary);
|
||||
* or +nil+ if the search found no suitable element.
|
||||
*
|
||||
* See {Binary Searching}[rdoc-ref:bsearch.rdoc].
|
||||
*
|
||||
* Related: see {Methods for Fetching}[rdoc-ref:Array@Methods+for+Fetching].
|
||||
*/
|
||||
|
||||
static VALUE
|
||||
@ -3581,6 +3583,8 @@ rb_ary_bsearch(VALUE ary)
|
||||
* or +nil+ if the search found no suitable element.
|
||||
*
|
||||
* See {Binary Searching}[rdoc-ref:bsearch.rdoc].
|
||||
*
|
||||
* Related: see {Methods for Fetching}[rdoc-ref:Array@Methods+for+Fetching].
|
||||
*/
|
||||
|
||||
static VALUE
|
||||
|
Loading…
x
Reference in New Issue
Block a user