add compiletime checks
Dependencies
- [2]
W22NXX6Sinitial commit
Change contents
- edit in src/cursor.zig at line 21
comptime {if (@sizeOf(Self) != 1) @compileLog("cursor size : ", @sizeOf(Self));}
W22NXX6S initial commit comptime { if (@sizeOf(Self) != 1) @compileLog("cursor size : ", @sizeOf(Self)); }