CppRoot.merge

Merge the roots.

Implemented to be cheap but we aware that after this operation the two root's will point to the same elements. A mutation in one of them will affect both.

struct CppRoot
@safe pure nothrow
void
merge

Meta