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
Currently it's really hard to figure out whether the function takes (row, col) or (col, row) as argument which is really confusing. Also I have noticed a few other things that don't work out that well:
Most C++ libraries do that for multiple returns because it's parts of C++17
For the size_t and int conversion: Yeah I have had those problems too, idk why int was used, especially because it will cause a lot of problems on big screens (size_t is a uint64_t, while int is int32_t).
Currently it's really hard to figure out whether the function takes (row, col) or (col, row) as argument which is really confusing. Also I have noticed a few other things that don't work out that well:
The text was updated successfully, but these errors were encountered: