mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
4b71ac550e
1. Array elements are now grouped the same as in Node.js 2. Limit to 100 (Node.js default) elements to display in iterable 3. Print each element in new line if excessing max line length (same as in Node.js) 4. Print length of the TypedArray 5. Print information about empty items in Array
23 lines
562 B
Text
23 lines
562 B
Text
0.858562739044346
|
|
0.8973397944553141
|
|
0.15335012655691727
|
|
0.36867387434349963
|
|
0.3591039342838782
|
|
0.7044499748617652
|
|
0.7461423057751548
|
|
0.3824611207183364
|
|
0.5950178237266042
|
|
0.22440633214343908
|
|
Uint8Array(32) [
|
|
116, 125, 169, 69, 106, 231, 99,
|
|
39, 148, 188, 211, 41, 46, 211,
|
|
236, 141, 55, 10, 214, 63, 118,
|
|
230, 218, 249, 125, 161, 137, 110,
|
|
214, 36, 159, 154
|
|
]
|
|
Uint8Array(32) [
|
|
248, 21, 21, 9, 41, 0, 71, 124,
|
|
244, 209, 252, 151, 7, 10, 168, 250,
|
|
84, 170, 243, 140, 53, 47, 99, 212,
|
|
18, 146, 68, 48, 66, 222, 67, 112
|
|
]
|