Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Vector<T>::bsearch use a const receiver #1711

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BenLubar
Copy link

@BenLubar BenLubar commented Feb 19, 2025

Allows binary searches on const Vector<T> values.

This matches const Array.

See also godotengine/godot#90341 or godotengine/godot#103047.

@BenLubar BenLubar requested a review from a team as a code owner February 19, 2025 19:47
@BenLubar BenLubar force-pushed the vector-bsearch-const branch from d1dcd5f to 479d206 Compare February 19, 2025 19:53
@dsnopek dsnopek added enhancement This is an enhancement on the current functionality waiting for Godot This issue needs a Godot Engine improvement to be solved labels Feb 19, 2025
@dsnopek dsnopek added this to the 4.x milestone Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This is an enhancement on the current functionality waiting for Godot This issue needs a Godot Engine improvement to be solved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants