[Gambas-Notification] [Git][gambas/gambas][master] Array.Sorted is a new property that makes the Find() and Exist() methods use a...
Benoît Minisini
gitlab at mg.gitlab.com
Tue Feb 9 20:30:16 CET 2021
Benoît Minisini pushed to branch master at Gambas / gambas
Commits:
0fd80f69 by gambas at 2021-02-09T20:28:58+01:00
Array.Sorted is a new property that makes the Find() and Exist() methods use a binary search algorithm. In other words, it tells the interpreter that the array is sorted.
[INTERPRETER]
* NEW: Array.Sorted is a new property that makes the Find() and Exist() methods use a binary search algorithm. In other words, it tells the interpreter that the array is sorted.
* BUG: Object[].Find() now correctly takes the optional 'Start' argument in account.
- - - - -
1 changed file:
- main/gbx/gbx_c_array.c
View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0fd80f690dda64d4fa7b05d01c80aefbc5b3ef23
--
View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0fd80f690dda64d4fa7b05d01c80aefbc5b3ef23
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/notification/attachments/20210209/45592888/attachment.htm>
More information about the Notification
mailing list