construct
The construct keyword is a special operator used to construct an object at an exact memory address.
Syntax
construct T at Pointer;
construct T at addr with {args};
The construct keyword is a special operator used to construct an object at an exact memory address.
construct T at Pointer;
construct T at addr with {args};