한국어
Appearance
트리에 항목이 비어있는지 확인해요.
class Tree { isEmpty(): boolean; }
트리에 항목이 하나도 없으면 true를 반환하고, 하나라도 있으면 false를 반환해요.
true
false