I suppose copy constructor is an idiom, not a language feature.
So I can do it like this:
constructor CreateCopy(var t: MyType);
constructor MyType.CreateCope(var MyType.CreateCopy(var t: MyType);
begin
//...
end;
|
2 | Typo | ||
|
I suppose copy constructor is an idiom, not a language feature. constructor MyType.CreateCope(var MyType.CreateCopy(var t: MyType); |
||||
|
1 |
|
||
|
I suppose copy constructor is an idiom, not a language feature. constructor MyType.CreateCope(var t: MyType); |
||||