Closed glihm closed 1 year ago
In this file the implementation of CairoType trait is done manually for each integer types.
CairoType
Consider writing a macro to auto-generate those, and adding a file for each of the int types.
This issue is about uint8,16,..128 and int8,16....
uint8,16,..128
int8,16...
In this file the implementation of
CairoType
trait is done manually for each integer types.Consider writing a macro to auto-generate those, and adding a file for each of the int types.
This issue is about
uint8,16,..128
andint8,16...
.