Make Vector bsearch method const.

This commit is contained in:
Lukas Tenbrink
2025-11-08 12:26:28 +01:00
parent 22a28e07cc
commit 109d3d8530
13 changed files with 60 additions and 29 deletions

View File

@ -48,7 +48,7 @@
Appends a [PackedFloat64Array] 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="float" />
<param index="1" name="before" type="bool" default="true" />