qml: correct used algorithm for isSortedIntegerArrayConsecutive()
It appears that the algorithm I used before does not work for an edge case as such:
isSortedIntegerArrayConsecutive([1,2,4,5]): true
It appears that the algorithm I used before does not work for an edge case as such:
isSortedIntegerArrayConsecutive([1,2,4,5]): true
VideoLAN code repository instance