Skip to content

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};