Element iteration. Given an array arr of type int[] it is possible to iterate over the elements using a foreach loop: foreach (int e; arr) { writeln(e); }.
確定! 回上一頁