mergeLeaves

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

Meta