Hi folks, I'd like to initiate discussion on a proposal to implement generator delegation via the following new syntax inside generator functions:
yield * <expr>
The Generator Delegation RFC is available here:
https://wiki.php.net/rfc/generator-delegation
This proposal is conceptually related to (and requires functionality
proposed by) the forerunning Generator Return Expressions RFC here:
https://wiki.php.net/rfc/generator-return-expressions
Thanks for your time,
Daniel
