export function createArray(length: i32): Int32Array { return new Int32Array(length) } /** Randomizes the specified array's values.
確定! 回上一頁