T
is not an actual type. It is a stand-in on components that can work on arbitrary types.
An example would be ValueCopy<T> which can copy any type of value, so the T stands for whichever type a specific ValueCopy was created for.
T
is not an actual type. It is a stand-in on components that can work on arbitrary types.
An example would be ValueCopy<T> which can copy any type of value, so the T stands for whichever type a specific ValueCopy was created for.