On 1/6/18 6:25 PM, Ali Çehreli wrote:
Is 'static foreach' sufficient for all needs or is there any value for regular foreach over compile-time sequences?

If you use continues or breaks, then you need to switch to gotos if using static foreach, as it does not support them directly.

-Steve

Reply via email to