UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

39 lines (38 loc) 1.46 kB
/* THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE: https://www.infragistics.com/legal/license/igultimate-la https://www.infragistics.com/legal/license/igultimate-eula GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company. */ import { ValueType, markStruct } from "./type"; /** * @hidden */ export let ValueTuple$2 = /*@__PURE__*/ (() => { class ValueTuple$2 extends ValueType { constructor($t1, $t2, a, ..._rest) { super(); this.$t1 = null; this.$t2 = null; this.a = null; this.b = null; this.$t1 = $t1; this.$t2 = $t2; this.$type = this.$type.specialize(this.$t1, this.$t2); a = (a == void 0) ? 0 : a; switch (a) { case 0: break; case 1: { let c = _rest[0]; let d = _rest[1]; this.a = c; this.b = d; } break; } } } ValueTuple$2.$t = markStruct(ValueTuple$2, 'ValueTuple$2'); return ValueTuple$2; })();