ztl icon indicating copy to clipboard operation
ztl copied to clipboard

zhiayang's template libraries

Results 1 ztl issues
Sort by recently updated
recently updated
newest added

```cpp struct foo { int x; int y; } __attribute__((packed)); foo x { 69, 420 }; zpr::println("{}", x.x); ``` error: ``` cannot bind packed field '...' to '...' ```