mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
A generator that yields values without receiving or returning them is an Iterator. Although every Iterator happens to be iterable, Iterable is a confusing annotation for generators because a generator is only iterable once. Signed-off-by: Anders Kaseorg <anders@zulip.com>