/// A generator that just returns `nullptr` (end). Used for yielding without calling in to another generator.
/// A generator that just returns `nullptr` (end). Used for yielding without calling in to another generator.
///
///
/// NOTE: To avoid uselessly creating a stack frame for calls to this generator, its address is (TODO) directly compared to when switching into a deeper generator, and then skipped entirely.
/// NOTE: To avoid uselessly creating a stack frame for calls to this generator, its address is (TODO) directly compared to when switching into a deeper generator, and then skipped entirely.