Closed th-duvanel closed 1 month ago
usize is used in a lot of places in the code by cast os as u32. To standarize the usage of unsigned integers, usize is going to be used in detriment of u32.
Closes #35
Hey @th-duvanel, thank you so much for this change! It is simple, but it will have great impact in the project :+1:
Change merged into the unstable branch :+1:
usize is used in a lot of places in the code by cast os as u32. To standarize the usage of unsigned integers, usize is going to be used in detriment of u32.
Closes #35