This PR gets rid of the unboxed any type and replaces it with a simpler, zero-cost, Any module with some additional helpers for string or int conversion (just to be a little bit more typesafe, but there is no need to be more type-specific if you don't want to).
This idea emerged at CCA, but we would like to hear your opinion on that as well, @jsiebern.
This PR gets rid of the unboxed any type and replaces it with a simpler, zero-cost, Any module with some additional helpers for string or int conversion (just to be a little bit more typesafe, but there is no need to be more type-specific if you don't want to).
This idea emerged at CCA, but we would like to hear your opinion on that as well, @jsiebern.
Thanks in advance!