Closed JeffAshton closed 1 year ago
Okay cool so this is adding support for say string to Constant<string>, but not the reverse, right?
string
Constant<string>
Correct. I really want to avoid the other direction.
Okay cool so this is adding support for say
string
toConstant<string>
, but not the reverse, right?