I just updated to the latest version 0.50.1 and felt over the following function.
The compiler asks me to provide a proper T because it is not able to infer a proper type. The function doesn't use T thus leads me to the following questions:
Is there any reason to stick with this T in the signature? Could this be a left over or a copy paste thing?
Good morning,
I just updated to the latest version
0.50.1
and felt over the following function.The compiler asks me to provide a proper T because it is not able to infer a proper type. The function doesn't use
T
thus leads me to the following questions:Is there any reason to stick with this
T
in the signature? Could this be a left over or a copy paste thing?Many thanks in advance 😃