❔ a question about generics
vague title because I don't know how would I word it
this might be a weird question, but how could I achieve something like this:
where the provided T type might change the
this might be a weird question, but how could I achieve something like this:
where the provided T type might change the
message type, for example, if Child was Parent<int> then Welcome<Child>() would for an integer