mergeNodes

Undocumented in source.
from!"clang".Cursor
mergeNodes
(
from!"clang".Cursor lhs
,
from!"clang".Cursor rhs
)
in (lhs.kind == from!"clang".Cursor.Kind.Namespace && rhs.kind == from!"clang".Cursor.Kind.Namespace && lhs.spelling == rhs.spelling)

Meta