visitBreathFirst

opApply compatible visitor of the clang AST, breath first.

visitBreathFirst
@trusted

Examples

if (child.kind == CXCursorKind.CXCursor_StructDecl) { ... } }

Meta