skinsuit
skinsuit copied to clipboard
utility macros mostly for object variants
Results
1
skinsuit issues
Sort by
recently updated
recently updated
newest added
Hi metagn, this is a really cool library. I ran into a little bit of an issue. The following code fails to compile: ```nim import skinsuit type Expr {.sum, equals.}...