@jonniedie wrote:
How do I get a type with a different parameter? Let’s say I have some
T where T<:SomeType{P}
and I want the typeSomeType{Q}
. I can’t just doT{Q}
because T is a concrete type.
Posts: 6
Participants: 4
@jonniedie wrote:
How do I get a type with a different parameter? Let’s say I have some
T where T<:SomeType{P}
and I want the typeSomeType{Q}
. I can’t just doT{Q}
because T is a concrete type.
Posts: 6
Participants: 4