Lines Matching defs:array
456 const array = SendableArray.from<number>([1, 2, 3]); constant
537 const array = new SendableArray<string>('a', 'b', 'c'); constant
547 const array = new SendableArray<number>(1, 4, 9, 16); constant
573 const array = new SendableArray<number>(1, 2, 3, 4); constant
598 const array = new SendableArray<string>('Jan', 'March', 'April', 'June'); constant
635 const array = SendableArray.create<number>(10, 5); constant
638 const array = SendableArray.create<number>(5); constant
644 const array = SendableArray.create<number>(-1, 5); constant
650 const array = SendableArray.create<number>(13107200, 1); // 13107200: 12.5MB constant
656 const array = SendableArray.create<number>(0x100000000, 5); constant
665 const array = SendableArray.create<number>(10, 5); constant
673 const array = new SendableArray<number>(5, 5, 5, 5, 5, 5, 5, 5, 5, 5); constant
699 const array = SendableArray.create<number>(5, 5); constant
732 const array = new SendableArray<number>(1, 3, 5, 7); constant
766 const array = new SendableArray<number>(1, 3, 5, 7); constant
799 const array = new SendableArray<number>(1, 3, 5, 7); constant
833 const array = new SendableArray<number>(1, 3, 5, 7); constant
1038 const array = new SendableArray<number>(1, 3, 5, 7); constant
1106 const array = new SendableArray<number>(1, 3, 5, 7); constant
1418 const array = new SendableArray<number>(1, 2, 3, 4); constant