한국어
Appearance
트리 내 항목들을 순회할 수 있는 반복자(iterator)를 반환해요.
class Tree { iter(): TreeIter; }
이 트리의 항목들을 순회하는 반복자(iterator) 객체예요.