Type:T: Difference between revisions

From Resonite Wiki
created page
 
m Kisaragi marine moved page Types:T to Type:T: Merge pesudo namespaces into proper one
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<nowiki><code>T</code></nowiki> is not an actual type. It is a stand-in on components that can work on arbitrary types.
<code>T</code> is not an actual type. It is a stand-in on components that can work on arbitrary types.


An example would be [[ValueCopy (Component)|ValueCopy<T>]] which can copy any type of value, so the T stands for whichever type a specific ValueCopy was created for.
An example would be [[ValueCopy (Component)|ValueCopy<T>]] which can copy any type of value, so the T stands for whichever type a specific ValueCopy was created for.

Latest revision as of 13:05, 10 September 2025

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.