-
Notifications
You must be signed in to change notification settings - Fork 107
Closed
Description
There are to_uint methods for TypedRect, TypedSize2D, TypedPoint2D and TypedPoint3D.
However, these methods generate types that are using usize, not uint. This makes the naming confusing.
There seem to be 4 possible ways forward:
- Leave things as they are now.
- Change the return types and documentation to
uint. - Rename the methods to
to_usize. - Rename these methods to
to_usizeand then addto_uintmethods that actually returnuint-based types.
Metadata
Metadata
Assignees
Labels
No labels