You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a little confused with the [] operation on numerical index.
It seems that when [] applied to the int index, it is compared with the exact position, whereas the [] operation on float is compared with the index's value.
Thanks!
The text was updated successfully, but these errors were encountered:
Code Sample, a copy-pastable example if possible
Problem description
I'm a little confused with the [] operation on numerical index.
It seems that when [] applied to the int index, it is compared with the exact position, whereas the [] operation on float is compared with the index's value.
Thanks!
The text was updated successfully, but these errors were encountered: