create static method

ComplexStruct create()
override

Creates a ComplexStruct instance.

Returns a reference to the allocated ComplexStruct.

Implementation

static ComplexStruct create() {
  return alloc().ref;
}