perky / zig-typeset

A way to declare a tagged union that has no duplicate types and then call methods on it regardless of what the active type is.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zig-typeset

A way to declare a tagged union that has no duplicate types and then call methods on it regardless of what the active type is.

See typeset.zig header comments for usage.

About

A way to declare a tagged union that has no duplicate types and then call methods on it regardless of what the active type is.

License:The Unlicense


Languages

Language:Zig 100.0%