Internally it is relying on loops instead of creating new arrays, ... Belt.Range.forEach(0, 4, (i) => Js.log(i)); /** * prints: * 0 * 1 * 2 * 3 * 4 */ ...
確定! 回上一頁