Skip to content

Tags: fig-eater/zig-function-overloading

Tags

1.0.3

Toggle 1.0.3's commit message
made usage example show more diverse examples.

1.0.2

Toggle 1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added nearly exhaustive conversion checks for each type and added tes…

…ts (#4)

* started creating tests, fixed spelling, and started fixing convertible fn

* huge update to checking convertibility between pointer types

* finished extensive isConvertibleTo tests

* pointers fixed

* fixed case for overloading with function that has void argument.

* Updated usage text to include instructions for single void argument functions

1.0.1

Toggle 1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update build.zig.zon version

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md install instructions