Skeletal Node iterator implementation that delegates to Libuast.
Skeletal Node iterator implementation that delegates to Libuast.
It brides the gap between the contracts of a Scala iterator (.hasNext()/.next()) and a native Libuast iterator (.next() == null at the end).
Iterator over children of the given managed node
Iterator over children of the given external/native node