Iteration over gd.ArrayOf #53
Ullanar
started this conversation in
Is this a bug?
Replies: 1 comment
-
Thanks for reporting, I believe this is a bug. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Related to #52
I simplified discussion to that func
And when areas overlapping we getting panic
Is that normal behavior?
Also I found what if you have array with size 0 and doing
PopFront
(sure others selections too) then you also getting panic. It does not looks like safe methods :) (probably I would suggest to return alsook
as bool)Beta Was this translation helpful? Give feedback.
All reactions