Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/zerocopy-derive/tests/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 840 B image not shown  

Quellcode-Bibliothek Array-of-2.js   Sprache: unbekannt

 
// Array.of basics

load(libdir + "asserts.js");

var a = Array.of();
assertEq(a.length, 0);

a = Array.of(undefined, null, 3.14, []);
assertDeepEq(a, [undefined, null, 3.14, []]);

a = [];
for (var i = 0; i < 1000; i++)
    a[i] = i;
assertDeepEq(Array.of.apply({}, a), a);

Messung V0.5
C=93 H=91 G=91

[ 0.14Quellennavigators  Projekt   ]