Type:SyncType: Difference between revisions

From Resonite Wiki
m change to template
or syncref<t>
Line 1: Line 1:
The '''SyncType''' type is the [[Reference type]] wrapper around the [[Type:Type|Type]] type. It is the equivalent of [[Type:Sync`1|Sync<nowiki><T></nowiki>]] for the Type type.
The '''SyncType''' type is the [[Reference type]] wrapper around the [[Type:Type|Type]] type. It is the equivalent of [[Type:Sync`1|Sync&lt;T&gt;]] or [[Type:SyncRef`1|SyncRef&lt;T&gt;]] for the Type type.


== Derivation Hierarchy ==
== Derivation Hierarchy ==


{{SyncFieldHierarchy}}
{{SyncFieldHierarchy}}

Revision as of 20:01, 7 December 2024

The SyncType type is the Reference type wrapper around the Type type. It is the equivalent of Sync<T> or SyncRef<T> for the Type type.

Derivation Hierarchy