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
The implementation of GeoCube currently features many i32s, where u32s would be more appropriate, such as the size field in the GeoCube struct, and other mentions of size as a parameter.
A better semantically-typed solution would be preferred here.
The implementation of GeoCube currently features many
i32s, whereu32s would be more appropriate, such as the size field in the GeoCube struct, and other mentions of size as a parameter.A better semantically-typed solution would be preferred here.