funtypes icon indicating copy to clipboard operation
funtypes copied to clipboard

Add .Exclude helper

Open ForbesLindesay opened this issue 4 years ago • 0 comments

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

ForbesLindesay avatar Sep 11 '20 03:09 ForbesLindesay