create static method
Creates a ComplexStruct
instance.
Returns a reference to the allocated ComplexStruct
.
Implementation
static ComplexStruct create() {
return alloc().ref;
}
Creates a ComplexStruct
instance.
Returns a reference to the allocated ComplexStruct
.
static ComplexStruct create() {
return alloc().ref;
}