funtypes
funtypes copied to clipboard
Add .Exclude helper
An "Exclude" helper would allow you to take any existing type and exclude certain sub types. e.g. take an existing nullable type and make it not null by doing .Exclude(Null)
Requested in https://github.com/pelotom/runtypes/issues/139