the derivation heirarchy looks better like this |
m for some reason I never spell hierarchy specifically right. it just feels like one of those words with the e before the i. but it's not |
||
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<nowiki><T></nowiki>]] for the Type type. | ||
== Derivation | == Derivation Hierarchy == | ||
* [[Type:SyncElement|SyncElement]] | * [[Type:SyncElement|SyncElement]] | ||
** [[Type:ConflictingSyncElement|ConflictingSyncElement]] | ** [[Type:ConflictingSyncElement|ConflictingSyncElement]] | ||
*** [[Type:SyncField`1|SyncField<nowiki><Type></nowiki>]] | *** [[Type:SyncField`1|SyncField<nowiki><Type></nowiki>]] | ||
**** [[Type:SyncType|SyncType]] | **** [[Type:SyncType|SyncType]] |
Revision as of 19:04, 7 December 2024
The SyncType type is the Reference type wrapper around the Type type. It is the equivalent of Sync<T> for the Type type.