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