ForbesLindesay/funtypes

Add .Exclude helper

Opened this issue · 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 runtypes#139