union(signature)
Instance Public methods
Creates a class to wrap the C union described by
signature
.
1 | MyUnion = union [ 'int i' , 'char c' ] |
Creates a class to wrap the C union described by
signature
.
1 | MyUnion = union [ 'int i' , 'char c' ] |
Designed by : w10schools
service@w10schools.com
Please login to continue.