Make Vector bsearch method const.
This commit is contained in:
parent
22a28e07cc
commit
109d3d8530
13 changed files with 60 additions and 29 deletions
|
|
@ -54,7 +54,7 @@
|
|||
Appends a [PackedStringArray] at the end of this array.
|
||||
</description>
|
||||
</method>
|
||||
<method name="bsearch">
|
||||
<method name="bsearch" qualifiers="const">
|
||||
<return type="int" />
|
||||
<param index="0" name="value" type="String" />
|
||||
<param index="1" name="before" type="bool" default="true" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue