it infers `Student<T>` from return type of t...
# getting-started
o
it infers
Student<T>
from return type of the function, and substitute
K
in
meth2
with
T
from
meth1