Populates a <TypeBuffer> with the union of two sets.
int32 Union( TypeBuffer a, TypeBuffer b, TypeBuffer union )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <TypeBuffer> | a | A pointer to the first <TypeBuffer>. |
| <TypeBuffer> | b | A pointer to the second <TypeBuffer>. |
| <TypeBuffer> | union | A pointer to the <TypeBuffer> that will store the union. Note that pointers to types in the <TypeBuffer> representing the union are always non-owning. |
None published. Please look for an example in the Simdify Scripting Language code base.