Union object
The Union object defines a C Union type
| Operation | Description |
|---|---|
| Union call | Creates a new instance from the C Union definition |
| Union length operator | Get the size of the Union in memory |
| Property | Description | Access | Type |
|---|---|---|---|
| Union.size | Get the Union size in memory | readonly | number |
| Union.type | Get the type of the C Union | readonly | string |
| Methods | Description | Return value |
|---|---|---|
| Union:constructor() | Union C definition constructor |