https://d.puremagic.com/issues/show_bug.cgi?id=12313
--- Comment #5 from Kenji Hara <[email protected]> 2014-03-07 22:48:17 PST --- (In reply to comment #4) > foreach != tuple foreach > > latter is more like template declaration that gets instantiated for every > tuple > element as an argument If you want to iterate the elements of the container (array, range, tuple, etc) without copying, use 'ref'. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
