Union object

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
Operation Description
Union call Creates a new instance from the C Union definition
#Union length operator Get the size of the Union in memory
Method Description Return value
Union.constructor() Union C definition constructor Union