Yeah, that would solve my problem, I imagined the ...
# getting-started
d
Yeah, that would solve my problem, I imagined the initial solution as
class Example<T: UserOf<D>, D orsubclass>
but I don't think I can define
D or subclass
without declaring another parameter?