Julia Programming Language
Get the type parameters of a parametric type
New to Julia
type
,
parametric-types
sylvaticus
April 21, 2024, 8:44pm
4
Perhaps:
get_parameter_type(::MyStruct{T}) where T = T
4 Likes
Public interface to get all type parameters?
show post in topic