|
|
|
|
|
by sciolizer
1547 days ago
|
|
Why do you need runtime codegen? What exactly needs to be "instantiated"? Ultimately the runtime representation of a type parameter comes down to sizes and offsets. Why not have the caller pass those values into the generic method? |
|