Lines Matching defs:array
303 const array = SendableArray.from<number>([1, 2, 3]); constant
370 const array = new SendableArray<string>('a', 'b', 'c'); constant
380 const array = new SendableArray<number>(1, 4, 9, 16); constant
401 const array = new SendableArray<number>(1, 2, 3, 4); constant
426 const array = new SendableArray<string>('Jan', 'March', 'April', 'June'); constant
461 const array = SendableArray.create<number>(10, 5); constant
464 const array = SendableArray.create<number>(5); constant
470 const array = SendableArray.create<number>(-1, 5); constant
476 const array = SendableArray.create<number>(13107200, 1); // 13107200: 12.5MB constant
482 const array = SendableArray.create<number>(0x100000000, 5); constant
491 const array = SendableArray.create<number>(10, 5); constant
499 const array = new SendableArray<number>(5, 5, 5, 5, 5, 5, 5, 5, 5, 5); constant
525 const array = SendableArray.create<number>(5, 5); constant
558 const array = new SendableArray<number>(1, 3, 5, 7); constant
592 const array = new SendableArray<number>(1, 3, 5, 7); constant
625 const array = new SendableArray<number>(1, 3, 5, 7); constant
659 const array = new SendableArray<number>(1, 3, 5, 7); constant
864 const array = new SendableArray<number>(1, 3, 5, 7); constant
932 const array = new SendableArray<number>(1, 3, 5, 7); constant