Types:T

From Resonite Wiki
Revision as of 03:06, 13 January 2024 by AsbestosJohn (talk | contribs) (created page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<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<T> which can copy any type of value, so the T stands for whichever type a specific ValueCopy was created for.