Question about Either being iterable in Effect's codebase

Hello, I'm looking at effect codebase (https://github.com/Effect-TS/effect/blob/main/packages/effect/src/Either.ts) and I'm don't find where we define that Either is iterable and thus, we can yield* it in Either.gen ?
Was this page helpful?