You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the JavaCall layer does not deal with type parameters at all, primarily due to the fact that they are erased at runtime by the JVM. However, in some scenarios, it may be useful to make information about type parameters available to the Julia layer.
What form this support should take is unclear at the moment.
Currently the JavaCall layer does not deal with type parameters at all, primarily due to the fact that they are erased at runtime by the JVM. However, in some scenarios, it may be useful to make information about type parameters available to the Julia layer.
What form this support should take is unclear at the moment.
cc: @dfdx cf: #11
The text was updated successfully, but these errors were encountered: