zzyxyzz
Results
1
issues of
zzyxyzz
## Problem Generic functions, as currently supported in Zig have the form ```zig fn eql(x: anytype, y: @TypeOf(x)) bool { return x == y; } ``` This works well enough...
proposal