interface.zig icon indicating copy to clipboard operation
interface.zig copied to clipboard

Dynamic dispatch for zig made easy

Results 5 interface.zig issues
Sort by recently updated
recently updated
newest added

I made this library usable with Zig 0.9.0

`args` variable was undefined, this commit fixes it. I don't know what is wrong with the `comptime try InlineTest.run()` :-/ And thanks for the library, very nice to learn comptime...