4 lines
89 B
GDScript
4 lines
89 B
GDScript
class_name EmptyIterator extends Iterator
|
|
|
|
func next() -> Option:
|
|
return Option.none
|