CdmNode._dupImpl

private CdmNode _dupImpl() const pure @trusted

Internal recursive deep-copy implementation.

Uses @trusted to work around const-related type system limitations in the deep copy logic. All casts are safe because we create independent copies and never modify the original data.

Returns

An independent deep copy of this node.