Move bolding here instead of Table ComponentFields |
Fix non-generic direct types |
||
Line 10: | Line 10: | ||
|RawOutput`1=''raw output'' of '''{{{2}}}''' | |RawOutput`1=''raw output'' of '''{{{2}}}''' | ||
|SyncArray`1=''array'' of '''{{{2}}}''' | |SyncArray`1=''array'' of '''{{{2}}}''' | ||
|''direct'' '''[[Type:{{{1}}}|{{{1}}}]]{{#if:{{{2}}}|<{{{2}}}>}}'''}}</onlyinclude></includeonly> | |''direct'' '''[[Type:{{{1}}}|{{{1}}}]]{{#if:{{{2|}}}|<{{{2}}}>}}'''}}</onlyinclude></includeonly> | ||
This type is used by component field tables to "hide" the real field type. We don't want to explain to people that 99% of field types are actually <code>Sync`1</code> or something, so common types get hidden or turned into something nice. Cases where the real field type is shown are listed as "direct" as an unambiguous fallback. | This type is used by component field tables to "hide" the real field type. We don't want to explain to people that 99% of field types are actually <code>Sync`1</code> or something, so common types get hidden or turned into something nice. Cases where the real field type is shown are listed as "direct" as an unambiguous fallback. |
Revision as of 03:41, 1 March 2024
This type is used by component field tables to "hide" the real field type. We don't want to explain to people that 99% of field types are actually Sync`1
or something, so common types get hidden or turned into something nice. Cases where the real field type is shown are listed as "direct" as an unambiguous fallback.
The first parameter is the real field type, without generic args. So like Sync`1
. The second argument is the generic contents, comma separated.
list of Float
direct IKSolverVR