rustty icon indicating copy to clipboard operation
rustty copied to clipboard

isize should be used for Pos

Open mpatraw opened this issue 7 years ago • 1 comments

Using signedness as a means of range constraint is not ideal, and especially in the case of graphic coordinates where you may want to have something positioned off the screen to the left or top.

mpatraw avatar Sep 26 '17 17:09 mpatraw

I'm currently in the middle of a fairly major rewrite of the library so we can have a fairly stable set of core functionality and I'll definitely be taking this into consideration, thank you!

cpjreynolds avatar Sep 27 '17 15:09 cpjreynolds