Issue with Default<> in Type as generic.
I'm trying to create a generic function that accepts type returns other type.
But if I'm trying to pass something that contains defaultable type it throws error:
Looks like there's a problem in my usage of Type generic. Cause if I create type without generic function it works perfectly.
But if I'm trying to pass something that contains defaultable type it throws error:
Looks like there's a problem in my usage of Type generic. Cause if I create type without generic function it works perfectly.