markdown-komponents 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -63,12 +63,20 @@ var clz32 = Math.clz32;
63
63
  //region block: pre-declaration
64
64
  class CharSequence {}
65
65
  class Number_0 {}
66
+ class asSequence$$inlined$Sequence$1 {
67
+ constructor($this_asSequence) {
68
+ this.f1_1 = $this_asSequence;
69
+ }
70
+ p() {
71
+ return this.f1_1.p();
72
+ }
73
+ }
66
74
  class asIterable$$inlined$Iterable$1 {
67
75
  constructor($this_asIterable) {
68
- this.h1_1 = $this_asIterable;
76
+ this.i1_1 = $this_asIterable;
69
77
  }
70
78
  p() {
71
- return this.h1_1.p();
79
+ return this.i1_1.p();
72
80
  }
73
81
  }
74
82
  class Char {}
@@ -77,27 +85,49 @@ class KtList {}
77
85
  class KtSet {}
78
86
  class Entry {}
79
87
  class KtMap {}
80
- class Companion {
88
+ class Companion {}
89
+ class Enum {
90
+ constructor(name, ordinal) {
91
+ this.t1_1 = name;
92
+ this.u1_1 = ordinal;
93
+ }
94
+ v1(other) {
95
+ return compareTo(this.u1_1, other.u1_1);
96
+ }
97
+ w1(other) {
98
+ return this.v1(other instanceof Enum ? other : THROW_CCE());
99
+ }
100
+ equals(other) {
101
+ return this === other;
102
+ }
103
+ hashCode() {
104
+ return identityHashCode(this);
105
+ }
106
+ toString() {
107
+ return this.t1_1;
108
+ }
109
+ }
110
+ class Companion_0 {
81
111
  constructor() {
82
- Companion_instance = this;
83
- this.s1_1 = new Long(0, -2147483648);
84
- this.t1_1 = new Long(-1, 2147483647);
85
- this.u1_1 = 8;
86
- this.v1_1 = 64;
112
+ Companion_instance_0 = this;
113
+ this.x1_1 = new Long(0, -2147483648);
114
+ this.y1_1 = new Long(-1, 2147483647);
115
+ this.z1_1 = 8;
116
+ this.a2_1 = 64;
87
117
  }
88
118
  }
89
119
  class Long extends Number_0 {
90
120
  constructor(low, high) {
91
- Companion_getInstance();
121
+ Companion_getInstance_0();
92
122
  super();
93
- this.w1_1 = low;
94
- this.x1_1 = high;
123
+ this.b2_1 = low;
124
+ this.c2_1 = high;
95
125
  }
96
- y1(other) {
126
+ d2(other) {
97
127
  return compare(this, other);
98
128
  }
99
- z1(other) {
100
- return this.y1(other instanceof Long ? other : THROW_CCE());
129
+ w1(other) {
130
+ return this.d2(other instanceof Long ? other : THROW_CCE());
101
131
  }
102
132
  toString() {
103
133
  return toStringImpl(this, 10);
@@ -119,12 +149,20 @@ class Long extends Number_0 {
119
149
  }
120
150
  }
121
151
  class FunctionAdapter {}
152
+ class Digit {
153
+ constructor() {
154
+ Digit_instance = this;
155
+ var tmp = this;
156
+ // Inline function 'kotlin.intArrayOf' call
157
+ tmp.u2_1 = new Int32Array([48, 1632, 1776, 1984, 2406, 2534, 2662, 2790, 2918, 3046, 3174, 3302, 3430, 3558, 3664, 3792, 3872, 4160, 4240, 6112, 6160, 6470, 6608, 6784, 6800, 6992, 7088, 7232, 7248, 42528, 43216, 43264, 43472, 43504, 43600, 44016, 65296]);
158
+ }
159
+ }
122
160
  class Comparator {}
123
161
  class AbstractCollection {
124
- static y2($box) {
162
+ static d3($box) {
125
163
  return createThis(this, $box);
126
164
  }
127
- l1(element) {
165
+ m1(element) {
128
166
  var tmp$ret$0;
129
167
  $l$block_0: {
130
168
  // Inline function 'kotlin.collections.any' call
@@ -150,7 +188,7 @@ class AbstractCollection {
150
188
  }
151
189
  return tmp$ret$0;
152
190
  }
153
- o1(elements) {
191
+ p1(elements) {
154
192
  var tmp$ret$0;
155
193
  $l$block_0: {
156
194
  // Inline function 'kotlin.collections.all' call
@@ -167,7 +205,7 @@ class AbstractCollection {
167
205
  var _iterator__ex2g4s = elements.p();
168
206
  while (_iterator__ex2g4s.q()) {
169
207
  var element = _iterator__ex2g4s.r();
170
- if (!this.l1(element)) {
208
+ if (!this.m1(element)) {
171
209
  tmp$ret$0 = false;
172
210
  break $l$block_0;
173
211
  }
@@ -187,13 +225,13 @@ class AbstractCollection {
187
225
  }
188
226
  }
189
227
  class AbstractList extends AbstractCollection {
190
- static s2($box) {
191
- return this.y2($box);
228
+ static x2($box) {
229
+ return this.d3($box);
192
230
  }
193
231
  p() {
194
232
  return new IteratorImpl_0(this);
195
233
  }
196
- m1(element) {
234
+ n1(element) {
197
235
  var tmp$ret$0;
198
236
  $l$block: {
199
237
  // Inline function 'kotlin.collections.indexOfFirst' call
@@ -214,41 +252,41 @@ class AbstractList extends AbstractCollection {
214
252
  z(index) {
215
253
  return new ListIteratorImpl_0(this, index);
216
254
  }
217
- n1(fromIndex, toIndex) {
218
- return SubList_0.e8(this, fromIndex, toIndex);
255
+ o1(fromIndex, toIndex) {
256
+ return SubList_0.r9(this, fromIndex, toIndex);
219
257
  }
220
258
  equals(other) {
221
259
  if (other === this)
222
260
  return true;
223
261
  if (!(!(other == null) ? isInterface(other, KtList) : false))
224
262
  return false;
225
- return Companion_instance_3.u3(this, other);
263
+ return Companion_instance_4.z3(this, other);
226
264
  }
227
265
  hashCode() {
228
- return Companion_instance_3.v3(this);
266
+ return Companion_instance_4.a4(this);
229
267
  }
230
268
  }
231
269
  class asList$1 extends AbstractList {
232
270
  constructor($this_asList) {
233
- return new.target.r2($this_asList);
271
+ return new.target.w2($this_asList);
234
272
  }
235
- static r2($this_asList, $box) {
273
+ static w2($this_asList, $box) {
236
274
  if ($box === VOID)
237
275
  $box = {};
238
- $box.q2_1 = $this_asList;
239
- return this.s2($box);
276
+ $box.v2_1 = $this_asList;
277
+ return this.x2($box);
240
278
  }
241
279
  t() {
242
- return this.q2_1.length;
280
+ return this.v2_1.length;
243
281
  }
244
282
  s(index) {
245
283
  var tmp;
246
284
  if (0 <= index ? index <= get_lastIndex(this) : false) {
247
285
  // Inline function 'kotlin.js.unsafeCast' call
248
286
  // Inline function 'kotlin.js.asDynamic' call
249
- tmp = this.q2_1.item(index);
287
+ tmp = this.v2_1.item(index);
250
288
  } else {
251
- throw IndexOutOfBoundsException.w2('index ' + index + ' is not in range [0..' + get_lastIndex(this) + ']');
289
+ throw IndexOutOfBoundsException.b3('index ' + index + ' is not in range [0..' + get_lastIndex(this) + ']');
252
290
  }
253
291
  return tmp;
254
292
  }
@@ -259,63 +297,63 @@ class Unit {
259
297
  }
260
298
  }
261
299
  class AbstractMutableCollection extends AbstractCollection {
262
- static x2() {
263
- return this.y2();
300
+ static c3() {
301
+ return this.d3();
264
302
  }
265
303
  toJSON() {
266
304
  return this.toArray();
267
305
  }
268
- z2() {
306
+ e3() {
269
307
  }
270
308
  }
271
309
  class IteratorImpl {
272
310
  constructor($outer, $box) {
273
311
  boxApply(this, $box);
274
- this.c3_1 = $outer;
275
- this.a3_1 = 0;
276
- this.b3_1 = -1;
312
+ this.h3_1 = $outer;
313
+ this.f3_1 = 0;
314
+ this.g3_1 = -1;
277
315
  }
278
316
  q() {
279
- return this.a3_1 < this.c3_1.t();
317
+ return this.f3_1 < this.h3_1.t();
280
318
  }
281
319
  r() {
282
320
  if (!this.q())
283
- throw NoSuchElementException.d3();
321
+ throw NoSuchElementException.i3();
284
322
  var tmp = this;
285
- var _unary__edvuaz = this.a3_1;
286
- this.a3_1 = _unary__edvuaz + 1 | 0;
287
- tmp.b3_1 = _unary__edvuaz;
288
- return this.c3_1.s(this.b3_1);
323
+ var _unary__edvuaz = this.f3_1;
324
+ this.f3_1 = _unary__edvuaz + 1 | 0;
325
+ tmp.g3_1 = _unary__edvuaz;
326
+ return this.h3_1.s(this.g3_1);
289
327
  }
290
328
  }
291
329
  class ListIteratorImpl extends IteratorImpl {
292
330
  constructor($outer, index, $box) {
293
331
  if ($box === VOID)
294
332
  $box = {};
295
- $box.h3_1 = $outer;
333
+ $box.m3_1 = $outer;
296
334
  super($outer, $box);
297
- Companion_instance_3.j3(index, this.h3_1.t());
298
- this.a3_1 = index;
335
+ Companion_instance_4.o3(index, this.m3_1.t());
336
+ this.f3_1 = index;
299
337
  }
300
338
  }
301
339
  class AbstractMutableList extends AbstractMutableCollection {
302
- static q3() {
303
- var $this = this.x2();
304
- $this.p3_1 = 0;
340
+ static v3() {
341
+ var $this = this.c3();
342
+ $this.u3_1 = 0;
305
343
  return $this;
306
344
  }
307
345
  l(element) {
308
- this.z2();
309
- this.s3(this.t(), element);
346
+ this.e3();
347
+ this.x3(this.t(), element);
310
348
  return true;
311
349
  }
312
350
  p() {
313
351
  return new IteratorImpl(this);
314
352
  }
315
- l1(element) {
316
- return this.m1(element) >= 0;
317
- }
318
353
  m1(element) {
354
+ return this.n1(element) >= 0;
355
+ }
356
+ n1(element) {
319
357
  var tmp$ret$0;
320
358
  $l$block: {
321
359
  // Inline function 'kotlin.collections.indexOfFirst' call
@@ -336,97 +374,97 @@ class AbstractMutableList extends AbstractMutableCollection {
336
374
  z(index) {
337
375
  return new ListIteratorImpl(this, index);
338
376
  }
339
- n1(fromIndex, toIndex) {
340
- return SubList.o3(this, fromIndex, toIndex);
377
+ o1(fromIndex, toIndex) {
378
+ return SubList.t3(this, fromIndex, toIndex);
341
379
  }
342
380
  equals(other) {
343
381
  if (other === this)
344
382
  return true;
345
383
  if (!(!(other == null) ? isInterface(other, KtList) : false))
346
384
  return false;
347
- return Companion_instance_3.u3(this, other);
385
+ return Companion_instance_4.z3(this, other);
348
386
  }
349
387
  hashCode() {
350
- return Companion_instance_3.v3(this);
388
+ return Companion_instance_4.a4(this);
351
389
  }
352
390
  }
353
391
  class RandomAccess {}
354
392
  class SubList extends AbstractMutableList {
355
393
  constructor(list, fromIndex, toIndex) {
356
- return new.target.o3(list, fromIndex, toIndex);
357
- }
358
- static o3(list, fromIndex, toIndex) {
359
- var $this = this.q3();
360
- $this.l3_1 = list;
361
- $this.m3_1 = fromIndex;
362
- $this.n3_1 = 0;
363
- Companion_instance_3.r3($this.m3_1, toIndex, $this.l3_1.t());
364
- $this.n3_1 = toIndex - $this.m3_1 | 0;
394
+ return new.target.t3(list, fromIndex, toIndex);
395
+ }
396
+ static t3(list, fromIndex, toIndex) {
397
+ var $this = this.v3();
398
+ $this.q3_1 = list;
399
+ $this.r3_1 = fromIndex;
400
+ $this.s3_1 = 0;
401
+ Companion_instance_4.w3($this.r3_1, toIndex, $this.q3_1.t());
402
+ $this.s3_1 = toIndex - $this.r3_1 | 0;
365
403
  return $this;
366
404
  }
367
- s3(index, element) {
368
- Companion_instance_3.j3(index, this.n3_1);
369
- this.l3_1.s3(this.m3_1 + index | 0, element);
370
- this.n3_1 = this.n3_1 + 1 | 0;
405
+ x3(index, element) {
406
+ Companion_instance_4.o3(index, this.s3_1);
407
+ this.q3_1.x3(this.r3_1 + index | 0, element);
408
+ this.s3_1 = this.s3_1 + 1 | 0;
371
409
  }
372
410
  s(index) {
373
- Companion_instance_3.t3(index, this.n3_1);
374
- return this.l3_1.s(this.m3_1 + index | 0);
411
+ Companion_instance_4.y3(index, this.s3_1);
412
+ return this.q3_1.s(this.r3_1 + index | 0);
375
413
  }
376
414
  t() {
377
- return this.n3_1;
415
+ return this.s3_1;
378
416
  }
379
- z2() {
380
- return this.l3_1.z2();
417
+ e3() {
418
+ return this.q3_1.e3();
381
419
  }
382
420
  }
383
421
  class AbstractMutableSet extends AbstractMutableCollection {
384
- static w3() {
385
- return this.x2();
422
+ static b4() {
423
+ return this.c3();
386
424
  }
387
425
  equals(other) {
388
426
  if (other === this)
389
427
  return true;
390
428
  if (!(!(other == null) ? isInterface(other, KtSet) : false))
391
429
  return false;
392
- return Companion_instance_4.x3(this, other);
430
+ return Companion_instance_5.c4(this, other);
393
431
  }
394
432
  hashCode() {
395
- return Companion_instance_4.y3(this);
433
+ return Companion_instance_5.d4(this);
396
434
  }
397
435
  }
398
- class Companion_0 {
436
+ class Companion_1 {
399
437
  constructor() {
400
- Companion_instance_0 = this;
438
+ Companion_instance_1 = this;
401
439
  var tmp = this;
402
440
  // Inline function 'kotlin.also' call
403
441
  var this_0 = ArrayList.y(0);
404
442
  this_0.w_1 = true;
405
- tmp.z3_1 = this_0;
443
+ tmp.e4_1 = this_0;
406
444
  }
407
445
  }
408
446
  class ArrayList extends AbstractMutableList {
409
447
  constructor(array) {
410
- return new.target.p2(array);
448
+ return new.target.t2(array);
411
449
  }
412
- static p2(array) {
413
- Companion_getInstance_0();
414
- var $this = this.q3();
450
+ static t2(array) {
451
+ Companion_getInstance_1();
452
+ var $this = this.v3();
415
453
  $this.v_1 = array;
416
454
  $this.w_1 = false;
417
455
  return $this;
418
456
  }
419
457
  static x() {
420
- Companion_getInstance_0();
458
+ Companion_getInstance_1();
421
459
  // Inline function 'kotlin.emptyArray' call
422
460
  var tmp$ret$0 = [];
423
- return this.p2(tmp$ret$0);
461
+ return this.t2(tmp$ret$0);
424
462
  }
425
463
  static y(initialCapacity) {
426
- Companion_getInstance_0();
464
+ Companion_getInstance_1();
427
465
  // Inline function 'kotlin.emptyArray' call
428
466
  var tmp$ret$0 = [];
429
- var $this = this.p2(tmp$ret$0);
467
+ var $this = this.t2(tmp$ret$0);
430
468
  // Inline function 'kotlin.require' call
431
469
  if (!(initialCapacity >= 0)) {
432
470
  var message = 'Negative initial capacity: ' + initialCapacity;
@@ -435,10 +473,10 @@ class ArrayList extends AbstractMutableList {
435
473
  return $this;
436
474
  }
437
475
  static d1(elements) {
438
- Companion_getInstance_0();
476
+ Companion_getInstance_1();
439
477
  // Inline function 'kotlin.collections.toTypedArray' call
440
478
  var tmp$ret$0 = copyToArray(elements);
441
- return this.p2(tmp$ret$0);
479
+ return this.t2(tmp$ret$0);
442
480
  }
443
481
  t() {
444
482
  return this.v_1.length;
@@ -447,186 +485,186 @@ class ArrayList extends AbstractMutableList {
447
485
  return this.v_1[rangeCheck(this, index)];
448
486
  }
449
487
  l(element) {
450
- this.z2();
488
+ this.e3();
451
489
  // Inline function 'kotlin.js.asDynamic' call
452
490
  this.v_1.push(element);
453
- this.p3_1 = this.p3_1 + 1 | 0;
491
+ this.u3_1 = this.u3_1 + 1 | 0;
454
492
  return true;
455
493
  }
456
- s3(index, element) {
457
- this.z2();
494
+ x3(index, element) {
495
+ this.e3();
458
496
  // Inline function 'kotlin.js.asDynamic' call
459
497
  this.v_1.splice(insertionRangeCheck(this, index), 0, element);
460
- this.p3_1 = this.p3_1 + 1 | 0;
498
+ this.u3_1 = this.u3_1 + 1 | 0;
461
499
  }
462
- m1(element) {
500
+ n1(element) {
463
501
  return indexOf(this.v_1, element);
464
502
  }
465
503
  toString() {
466
504
  return arrayToString(this.v_1);
467
505
  }
468
- a4() {
506
+ f4() {
469
507
  return [].slice.call(this.v_1);
470
508
  }
471
509
  toArray() {
472
- return this.a4();
510
+ return this.f4();
473
511
  }
474
- z2() {
512
+ e3() {
475
513
  if (this.w_1)
476
- throw UnsupportedOperationException.e4();
514
+ throw UnsupportedOperationException.j4();
477
515
  }
478
516
  }
479
517
  class HashSet extends AbstractMutableSet {
480
- static g4(map) {
481
- var $this = this.w3();
518
+ static l4(map) {
519
+ var $this = this.b4();
482
520
  init_kotlin_collections_HashSet($this);
483
- $this.f4_1 = map;
521
+ $this.k4_1 = map;
484
522
  return $this;
485
523
  }
486
- static h4() {
487
- return this.g4(InternalHashMap.s4());
524
+ static m4() {
525
+ return this.l4(InternalHashMap.x4());
488
526
  }
489
- static t4(initialCapacity, loadFactor) {
490
- return this.g4(InternalHashMap.u4(initialCapacity, loadFactor));
527
+ static y4(initialCapacity, loadFactor) {
528
+ return this.l4(InternalHashMap.z4(initialCapacity, loadFactor));
491
529
  }
492
- static v4(initialCapacity) {
493
- return this.t4(initialCapacity, 1.0);
530
+ static a5(initialCapacity) {
531
+ return this.y4(initialCapacity, 1.0);
494
532
  }
495
533
  l(element) {
496
- return this.f4_1.w4(element, true) == null;
534
+ return this.k4_1.b5(element, true) == null;
497
535
  }
498
- l1(element) {
499
- return this.f4_1.x4(element);
536
+ m1(element) {
537
+ return this.k4_1.c5(element);
500
538
  }
501
539
  e1() {
502
- return this.f4_1.t() === 0;
540
+ return this.k4_1.t() === 0;
503
541
  }
504
542
  p() {
505
- return this.f4_1.y4();
543
+ return this.k4_1.d5();
506
544
  }
507
545
  t() {
508
- return this.f4_1.t();
546
+ return this.k4_1.t();
509
547
  }
510
548
  }
511
- class Companion_1 {
549
+ class Companion_2 {
512
550
  constructor() {
513
- this.m5_1 = -1640531527;
514
- this.n5_1 = 8;
515
- this.o5_1 = 2;
516
- this.p5_1 = -1;
551
+ this.r5_1 = -1640531527;
552
+ this.s5_1 = 8;
553
+ this.t5_1 = 2;
554
+ this.u5_1 = -1;
517
555
  }
518
556
  }
519
557
  class Itr {
520
558
  constructor(map) {
521
- this.q5_1 = map;
522
- this.r5_1 = 0;
523
- this.s5_1 = -1;
524
- this.t5_1 = this.q5_1.p4_1;
525
- this.u5();
526
- }
527
- u5() {
528
- while (this.r5_1 < this.q5_1.n4_1 && this.q5_1.k4_1[this.r5_1] < 0) {
529
- this.r5_1 = this.r5_1 + 1 | 0;
559
+ this.v5_1 = map;
560
+ this.w5_1 = 0;
561
+ this.x5_1 = -1;
562
+ this.y5_1 = this.v5_1.u4_1;
563
+ this.z5();
564
+ }
565
+ z5() {
566
+ while (this.w5_1 < this.v5_1.s4_1 && this.v5_1.p4_1[this.w5_1] < 0) {
567
+ this.w5_1 = this.w5_1 + 1 | 0;
530
568
  }
531
569
  }
532
570
  q() {
533
- return this.r5_1 < this.q5_1.n4_1;
571
+ return this.w5_1 < this.v5_1.s4_1;
534
572
  }
535
- v5() {
536
- if (!(this.q5_1.p4_1 === this.t5_1))
537
- throw ConcurrentModificationException.w5();
573
+ a6() {
574
+ if (!(this.v5_1.u4_1 === this.y5_1))
575
+ throw ConcurrentModificationException.b6();
538
576
  }
539
577
  }
540
578
  class KeysItr extends Itr {
541
579
  r() {
542
- this.v5();
543
- if (this.r5_1 >= this.q5_1.n4_1)
544
- throw NoSuchElementException.d3();
580
+ this.a6();
581
+ if (this.w5_1 >= this.v5_1.s4_1)
582
+ throw NoSuchElementException.i3();
545
583
  var tmp = this;
546
- var _unary__edvuaz = this.r5_1;
547
- this.r5_1 = _unary__edvuaz + 1 | 0;
548
- tmp.s5_1 = _unary__edvuaz;
549
- var result = this.q5_1.i4_1[this.s5_1];
550
- this.u5();
584
+ var _unary__edvuaz = this.w5_1;
585
+ this.w5_1 = _unary__edvuaz + 1 | 0;
586
+ tmp.x5_1 = _unary__edvuaz;
587
+ var result = this.v5_1.n4_1[this.x5_1];
588
+ this.z5();
551
589
  return result;
552
590
  }
553
591
  }
554
592
  class EntriesItr extends Itr {
555
593
  r() {
556
- this.v5();
557
- if (this.r5_1 >= this.q5_1.n4_1)
558
- throw NoSuchElementException.d3();
594
+ this.a6();
595
+ if (this.w5_1 >= this.v5_1.s4_1)
596
+ throw NoSuchElementException.i3();
559
597
  var tmp = this;
560
- var _unary__edvuaz = this.r5_1;
561
- this.r5_1 = _unary__edvuaz + 1 | 0;
562
- tmp.s5_1 = _unary__edvuaz;
563
- var result = new EntryRef(this.q5_1, this.s5_1);
564
- this.u5();
598
+ var _unary__edvuaz = this.w5_1;
599
+ this.w5_1 = _unary__edvuaz + 1 | 0;
600
+ tmp.x5_1 = _unary__edvuaz;
601
+ var result = new EntryRef(this.v5_1, this.x5_1);
602
+ this.z5();
565
603
  return result;
566
604
  }
567
- f6() {
568
- if (this.r5_1 >= this.q5_1.n4_1)
569
- throw NoSuchElementException.d3();
605
+ k6() {
606
+ if (this.w5_1 >= this.v5_1.s4_1)
607
+ throw NoSuchElementException.i3();
570
608
  var tmp = this;
571
- var _unary__edvuaz = this.r5_1;
572
- this.r5_1 = _unary__edvuaz + 1 | 0;
573
- tmp.s5_1 = _unary__edvuaz;
609
+ var _unary__edvuaz = this.w5_1;
610
+ this.w5_1 = _unary__edvuaz + 1 | 0;
611
+ tmp.x5_1 = _unary__edvuaz;
574
612
  // Inline function 'kotlin.hashCode' call
575
- var tmp0_safe_receiver = this.q5_1.i4_1[this.s5_1];
613
+ var tmp0_safe_receiver = this.v5_1.n4_1[this.x5_1];
576
614
  var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : hashCode_0(tmp0_safe_receiver);
577
615
  var tmp_0 = tmp1_elvis_lhs == null ? 0 : tmp1_elvis_lhs;
578
616
  // Inline function 'kotlin.hashCode' call
579
- var tmp0_safe_receiver_0 = ensureNotNull(this.q5_1.j4_1)[this.s5_1];
617
+ var tmp0_safe_receiver_0 = ensureNotNull(this.v5_1.o4_1)[this.x5_1];
580
618
  var tmp1_elvis_lhs_0 = tmp0_safe_receiver_0 == null ? null : hashCode_0(tmp0_safe_receiver_0);
581
619
  var result = tmp_0 ^ (tmp1_elvis_lhs_0 == null ? 0 : tmp1_elvis_lhs_0);
582
- this.u5();
620
+ this.z5();
583
621
  return result;
584
622
  }
585
- g6(sb) {
586
- if (this.r5_1 >= this.q5_1.n4_1)
587
- throw NoSuchElementException.d3();
623
+ l6(sb) {
624
+ if (this.w5_1 >= this.v5_1.s4_1)
625
+ throw NoSuchElementException.i3();
588
626
  var tmp = this;
589
- var _unary__edvuaz = this.r5_1;
590
- this.r5_1 = _unary__edvuaz + 1 | 0;
591
- tmp.s5_1 = _unary__edvuaz;
592
- var key = this.q5_1.i4_1[this.s5_1];
593
- if (equals(key, this.q5_1))
594
- sb.i6('(this Map)');
627
+ var _unary__edvuaz = this.w5_1;
628
+ this.w5_1 = _unary__edvuaz + 1 | 0;
629
+ tmp.x5_1 = _unary__edvuaz;
630
+ var key = this.v5_1.n4_1[this.x5_1];
631
+ if (equals(key, this.v5_1))
632
+ sb.n6('(this Map)');
595
633
  else
596
- sb.h6(key);
597
- sb.j6(_Char___init__impl__6a9atx(61));
598
- var value = ensureNotNull(this.q5_1.j4_1)[this.s5_1];
599
- if (equals(value, this.q5_1))
600
- sb.i6('(this Map)');
634
+ sb.m6(key);
635
+ sb.o6(_Char___init__impl__6a9atx(61));
636
+ var value = ensureNotNull(this.v5_1.o4_1)[this.x5_1];
637
+ if (equals(value, this.v5_1))
638
+ sb.n6('(this Map)');
601
639
  else
602
- sb.h6(value);
603
- this.u5();
640
+ sb.m6(value);
641
+ this.z5();
604
642
  }
605
643
  }
606
644
  class EntryRef {
607
645
  constructor(map, index) {
608
- this.d5_1 = map;
609
- this.e5_1 = index;
610
- this.f5_1 = this.d5_1.p4_1;
646
+ this.i5_1 = map;
647
+ this.j5_1 = index;
648
+ this.k5_1 = this.i5_1.u4_1;
611
649
  }
612
- p1() {
650
+ q1() {
613
651
  checkForComodification(this);
614
- return this.d5_1.i4_1[this.e5_1];
652
+ return this.i5_1.n4_1[this.j5_1];
615
653
  }
616
- q1() {
654
+ r1() {
617
655
  checkForComodification(this);
618
- return ensureNotNull(this.d5_1.j4_1)[this.e5_1];
656
+ return ensureNotNull(this.i5_1.o4_1)[this.j5_1];
619
657
  }
620
658
  equals(other) {
621
659
  var tmp;
622
660
  var tmp_0;
623
661
  if (!(other == null) ? isInterface(other, Entry) : false) {
624
- tmp_0 = equals(other.p1(), this.p1());
662
+ tmp_0 = equals(other.q1(), this.q1());
625
663
  } else {
626
664
  tmp_0 = false;
627
665
  }
628
666
  if (tmp_0) {
629
- tmp = equals(other.q1(), this.q1());
667
+ tmp = equals(other.r1(), this.r1());
630
668
  } else {
631
669
  tmp = false;
632
670
  }
@@ -634,16 +672,16 @@ class EntryRef {
634
672
  }
635
673
  hashCode() {
636
674
  // Inline function 'kotlin.hashCode' call
637
- var tmp0_safe_receiver = this.p1();
675
+ var tmp0_safe_receiver = this.q1();
638
676
  var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : hashCode_0(tmp0_safe_receiver);
639
677
  var tmp = tmp1_elvis_lhs == null ? 0 : tmp1_elvis_lhs;
640
678
  // Inline function 'kotlin.hashCode' call
641
- var tmp0_safe_receiver_0 = this.q1();
679
+ var tmp0_safe_receiver_0 = this.r1();
642
680
  var tmp1_elvis_lhs_0 = tmp0_safe_receiver_0 == null ? null : hashCode_0(tmp0_safe_receiver_0);
643
681
  return tmp ^ (tmp1_elvis_lhs_0 == null ? 0 : tmp1_elvis_lhs_0);
644
682
  }
645
683
  toString() {
646
- return toString_0(this.p1()) + '=' + toString_0(this.q1());
684
+ return toString_0(this.q1()) + '=' + toString_0(this.r1());
647
685
  }
648
686
  }
649
687
  class InternalMap {}
@@ -669,7 +707,7 @@ function containsAllEntries(m) {
669
707
  var entry = element;
670
708
  var tmp_0;
671
709
  if (!(entry == null) ? isInterface(entry, Entry) : false) {
672
- tmp_0 = this.p6(entry);
710
+ tmp_0 = this.u6(entry);
673
711
  } else {
674
712
  tmp_0 = false;
675
713
  }
@@ -684,33 +722,33 @@ function containsAllEntries(m) {
684
722
  }
685
723
  class InternalHashMap {
686
724
  constructor(keysArray, valuesArray, presenceArray, hashArray, maxProbeDistance, length) {
687
- return new.target.k6(keysArray, valuesArray, presenceArray, hashArray, maxProbeDistance, length);
725
+ return new.target.p6(keysArray, valuesArray, presenceArray, hashArray, maxProbeDistance, length);
688
726
  }
689
- static k6(keysArray, valuesArray, presenceArray, hashArray, maxProbeDistance, length) {
727
+ static p6(keysArray, valuesArray, presenceArray, hashArray, maxProbeDistance, length) {
690
728
  var $this = createThis(this);
691
- $this.i4_1 = keysArray;
692
- $this.j4_1 = valuesArray;
693
- $this.k4_1 = presenceArray;
694
- $this.l4_1 = hashArray;
695
- $this.m4_1 = maxProbeDistance;
696
- $this.n4_1 = length;
697
- $this.o4_1 = computeShift(Companion_instance_1, _get_hashSize__tftcho($this));
698
- $this.p4_1 = 0;
699
- $this.q4_1 = 0;
700
- $this.r4_1 = false;
729
+ $this.n4_1 = keysArray;
730
+ $this.o4_1 = valuesArray;
731
+ $this.p4_1 = presenceArray;
732
+ $this.q4_1 = hashArray;
733
+ $this.r4_1 = maxProbeDistance;
734
+ $this.s4_1 = length;
735
+ $this.t4_1 = computeShift(Companion_instance_2, _get_hashSize__tftcho($this));
736
+ $this.u4_1 = 0;
737
+ $this.v4_1 = 0;
738
+ $this.w4_1 = false;
701
739
  return $this;
702
740
  }
703
741
  t() {
704
- return this.q4_1;
742
+ return this.v4_1;
705
743
  }
706
- static s4() {
707
- return this.l6(8);
744
+ static x4() {
745
+ return this.q6(8);
708
746
  }
709
- static l6(initialCapacity) {
710
- return this.k6(arrayOfUninitializedElements(initialCapacity), null, new Int32Array(initialCapacity), new Int32Array(computeHashSize(Companion_instance_1, initialCapacity)), 2, 0);
747
+ static q6(initialCapacity) {
748
+ return this.p6(arrayOfUninitializedElements(initialCapacity), null, new Int32Array(initialCapacity), new Int32Array(computeHashSize(Companion_instance_2, initialCapacity)), 2, 0);
711
749
  }
712
- static u4(initialCapacity, loadFactor) {
713
- var $this = this.l6(initialCapacity);
750
+ static z4(initialCapacity, loadFactor) {
751
+ var $this = this.q6(initialCapacity);
714
752
  // Inline function 'kotlin.require' call
715
753
  if (!(loadFactor > 0)) {
716
754
  var message = 'Non-positive load factor: ' + loadFactor;
@@ -718,10 +756,10 @@ class InternalHashMap {
718
756
  }
719
757
  return $this;
720
758
  }
721
- x4(key) {
759
+ c5(key) {
722
760
  return findKey(this, key) >= 0;
723
761
  }
724
- w4(key, value) {
762
+ b5(key, value) {
725
763
  var index = addKey(this, key);
726
764
  var valuesArray = allocateValuesArray(this);
727
765
  if (index < 0) {
@@ -750,70 +788,70 @@ class InternalHashMap {
750
788
  }
751
789
  hashCode() {
752
790
  var result = 0;
753
- var it = this.m6();
791
+ var it = this.r6();
754
792
  while (it.q()) {
755
- result = result + it.f6() | 0;
793
+ result = result + it.k6() | 0;
756
794
  }
757
795
  return result;
758
796
  }
759
797
  toString() {
760
- var sb = StringBuilder.n6(2 + imul_0(this.q4_1, 3) | 0);
761
- sb.i6('{');
798
+ var sb = StringBuilder.s6(2 + imul_0(this.v4_1, 3) | 0);
799
+ sb.n6('{');
762
800
  var i = 0;
763
- var it = this.m6();
801
+ var it = this.r6();
764
802
  while (it.q()) {
765
803
  if (i > 0) {
766
- sb.i6(', ');
804
+ sb.n6(', ');
767
805
  }
768
- it.g6(sb);
806
+ it.l6(sb);
769
807
  i = i + 1 | 0;
770
808
  }
771
- sb.i6('}');
809
+ sb.n6('}');
772
810
  return sb.toString();
773
811
  }
774
- k5() {
775
- if (this.r4_1)
776
- throw UnsupportedOperationException.e4();
812
+ p5() {
813
+ if (this.w4_1)
814
+ throw UnsupportedOperationException.j4();
777
815
  }
778
- o6(entry) {
779
- var index = findKey(this, entry.p1());
816
+ t6(entry) {
817
+ var index = findKey(this, entry.q1());
780
818
  if (index < 0)
781
819
  return false;
782
- return equals(ensureNotNull(this.j4_1)[index], entry.q1());
820
+ return equals(ensureNotNull(this.o4_1)[index], entry.r1());
783
821
  }
784
- p6(entry) {
785
- return this.o6(isInterface(entry, Entry) ? entry : THROW_CCE());
822
+ u6(entry) {
823
+ return this.t6(isInterface(entry, Entry) ? entry : THROW_CCE());
786
824
  }
787
- y4() {
825
+ d5() {
788
826
  return new KeysItr(this);
789
827
  }
790
- m6() {
828
+ r6() {
791
829
  return new EntriesItr(this);
792
830
  }
793
831
  }
794
832
  class LinkedHashSet extends HashSet {
795
833
  static c1() {
796
- var $this = this.h4();
834
+ var $this = this.m4();
797
835
  init_kotlin_collections_LinkedHashSet($this);
798
836
  return $this;
799
837
  }
800
- static q6(initialCapacity, loadFactor) {
801
- var $this = this.t4(initialCapacity, loadFactor);
838
+ static v6(initialCapacity, loadFactor) {
839
+ var $this = this.y4(initialCapacity, loadFactor);
802
840
  init_kotlin_collections_LinkedHashSet($this);
803
841
  return $this;
804
842
  }
805
843
  static b1(initialCapacity) {
806
- return this.q6(initialCapacity, 1.0);
844
+ return this.v6(initialCapacity, 1.0);
807
845
  }
808
846
  }
809
847
  class Exception extends Error {
810
- static w6() {
848
+ static c7() {
811
849
  var $this = createExternalThis(this, Error, [null]);
812
850
  setPropertiesToThrowableInstance($this);
813
851
  init_kotlin_Exception($this);
814
852
  return $this;
815
853
  }
816
- static c2(message) {
854
+ static g2(message) {
817
855
  var $this = createExternalThis(this, Error, [message]);
818
856
  setPropertiesToThrowableInstance($this, message);
819
857
  init_kotlin_Exception($this);
@@ -821,106 +859,123 @@ class Exception extends Error {
821
859
  }
822
860
  }
823
861
  class RuntimeException extends Exception {
824
- static r6() {
825
- var $this = this.w6();
862
+ static w6() {
863
+ var $this = this.c7();
826
864
  init_kotlin_RuntimeException($this);
827
865
  return $this;
828
866
  }
829
- static i5(message) {
830
- var $this = this.c2(message);
867
+ static n5(message) {
868
+ var $this = this.g2(message);
831
869
  init_kotlin_RuntimeException($this);
832
870
  return $this;
833
871
  }
834
872
  }
835
873
  class UnsupportedOperationException extends RuntimeException {
836
- static e4() {
837
- var $this = this.r6();
874
+ static j4() {
875
+ var $this = this.w6();
876
+ init_kotlin_UnsupportedOperationException($this);
877
+ return $this;
878
+ }
879
+ static x6(message) {
880
+ var $this = this.n5(message);
838
881
  init_kotlin_UnsupportedOperationException($this);
839
882
  return $this;
840
883
  }
841
884
  }
842
885
  class IllegalStateException extends RuntimeException {
843
- static u6() {
844
- var $this = this.r6();
886
+ static a7() {
887
+ var $this = this.w6();
845
888
  init_kotlin_IllegalStateException($this);
846
889
  return $this;
847
890
  }
848
- static g2(message) {
849
- var $this = this.i5(message);
891
+ static k2(message) {
892
+ var $this = this.n5(message);
850
893
  init_kotlin_IllegalStateException($this);
851
894
  return $this;
852
895
  }
853
896
  }
854
897
  class IllegalArgumentException extends RuntimeException {
855
- static v6() {
856
- var $this = this.r6();
898
+ static b7() {
899
+ var $this = this.w6();
857
900
  init_kotlin_IllegalArgumentException($this);
858
901
  return $this;
859
902
  }
860
903
  static k(message) {
861
- var $this = this.i5(message);
904
+ var $this = this.n5(message);
862
905
  init_kotlin_IllegalArgumentException($this);
863
906
  return $this;
864
907
  }
865
908
  }
866
909
  class NoSuchElementException extends RuntimeException {
867
- static d3() {
868
- var $this = this.r6();
910
+ static i3() {
911
+ var $this = this.w6();
869
912
  init_kotlin_NoSuchElementException($this);
870
913
  return $this;
871
914
  }
872
915
  static g(message) {
873
- var $this = this.i5(message);
916
+ var $this = this.n5(message);
874
917
  init_kotlin_NoSuchElementException($this);
875
918
  return $this;
876
919
  }
877
920
  }
878
921
  class IndexOutOfBoundsException extends RuntimeException {
879
- static x6() {
880
- var $this = this.r6();
922
+ static d7() {
923
+ var $this = this.w6();
881
924
  init_kotlin_IndexOutOfBoundsException($this);
882
925
  return $this;
883
926
  }
884
- static w2(message) {
885
- var $this = this.i5(message);
927
+ static b3(message) {
928
+ var $this = this.n5(message);
886
929
  init_kotlin_IndexOutOfBoundsException($this);
887
930
  return $this;
888
931
  }
889
932
  }
890
933
  class ArithmeticException extends RuntimeException {
891
- static b7() {
892
- var $this = this.r6();
934
+ static h7() {
935
+ var $this = this.w6();
893
936
  init_kotlin_ArithmeticException($this);
894
937
  return $this;
895
938
  }
896
- static c7(message) {
897
- var $this = this.i5(message);
939
+ static i7(message) {
940
+ var $this = this.n5(message);
898
941
  init_kotlin_ArithmeticException($this);
899
942
  return $this;
900
943
  }
901
944
  }
945
+ class NumberFormatException extends IllegalArgumentException {
946
+ static n7() {
947
+ var $this = this.b7();
948
+ init_kotlin_NumberFormatException($this);
949
+ return $this;
950
+ }
951
+ static o7(message) {
952
+ var $this = this.k(message);
953
+ init_kotlin_NumberFormatException($this);
954
+ return $this;
955
+ }
956
+ }
902
957
  class ConcurrentModificationException extends RuntimeException {
903
- static w5() {
904
- var $this = this.r6();
958
+ static b6() {
959
+ var $this = this.w6();
905
960
  init_kotlin_ConcurrentModificationException($this);
906
961
  return $this;
907
962
  }
908
- static c5(message) {
909
- var $this = this.i5(message);
963
+ static h5(message) {
964
+ var $this = this.n5(message);
910
965
  init_kotlin_ConcurrentModificationException($this);
911
966
  return $this;
912
967
  }
913
968
  }
914
969
  class NullPointerException extends RuntimeException {
915
- static k2() {
916
- var $this = this.r6();
970
+ static o2() {
971
+ var $this = this.w6();
917
972
  init_kotlin_NullPointerException($this);
918
973
  return $this;
919
974
  }
920
975
  }
921
976
  class ClassCastException extends RuntimeException {
922
- static o2() {
923
- var $this = this.r6();
977
+ static s2() {
978
+ var $this = this.w6();
924
979
  init_kotlin_ClassCastException($this);
925
980
  return $this;
926
981
  }
@@ -932,7 +987,7 @@ class KClassImpl {
932
987
  tmp = false;
933
988
  } else {
934
989
  if (other instanceof KClassImpl) {
935
- tmp = equals(this.g7(), other.g7());
990
+ tmp = equals(this.s7(), other.s7());
936
991
  } else {
937
992
  tmp = false;
938
993
  }
@@ -940,48 +995,48 @@ class KClassImpl {
940
995
  return tmp;
941
996
  }
942
997
  hashCode() {
943
- var tmp0_safe_receiver = this.h7();
998
+ var tmp0_safe_receiver = this.t7();
944
999
  var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : getStringHashCode(tmp0_safe_receiver);
945
1000
  return tmp1_elvis_lhs == null ? 0 : tmp1_elvis_lhs;
946
1001
  }
947
1002
  toString() {
948
- return 'class ' + this.h7();
1003
+ return 'class ' + this.t7();
949
1004
  }
950
1005
  }
951
1006
  class PrimitiveKClassImpl extends KClassImpl {
952
1007
  constructor(jClass, givenSimpleName, isInstanceFunction) {
953
1008
  super();
954
- this.d7_1 = jClass;
955
- this.e7_1 = givenSimpleName;
956
- this.f7_1 = isInstanceFunction;
1009
+ this.p7_1 = jClass;
1010
+ this.q7_1 = givenSimpleName;
1011
+ this.r7_1 = isInstanceFunction;
957
1012
  }
958
- g7() {
959
- return this.d7_1;
1013
+ s7() {
1014
+ return this.p7_1;
960
1015
  }
961
1016
  equals(other) {
962
1017
  if (!(other instanceof PrimitiveKClassImpl))
963
1018
  return false;
964
- return super.equals(other) && this.e7_1 === other.e7_1;
1019
+ return super.equals(other) && this.q7_1 === other.q7_1;
965
1020
  }
966
- h7() {
967
- return this.e7_1;
1021
+ t7() {
1022
+ return this.q7_1;
968
1023
  }
969
1024
  }
970
1025
  class NothingKClassImpl extends KClassImpl {}
971
1026
  class StringBuilder {
972
1027
  constructor(content) {
973
- return new.target.i7(content);
1028
+ return new.target.u7(content);
974
1029
  }
975
- static i7(content) {
1030
+ static u7(content) {
976
1031
  var $this = createThis(this);
977
1032
  $this.m_1 = content;
978
1033
  return $this;
979
1034
  }
980
- static n6(capacity) {
1035
+ static s6(capacity) {
981
1036
  return this.n();
982
1037
  }
983
1038
  static n() {
984
- return this.i7('');
1039
+ return this.u7('');
985
1040
  }
986
1041
  a() {
987
1042
  // Inline function 'kotlin.js.asDynamic' call
@@ -994,14 +1049,14 @@ class StringBuilder {
994
1049
  if (0 <= index ? index <= (charSequenceLength(this_0) - 1 | 0) : false) {
995
1050
  tmp = charSequenceGet(this_0, index);
996
1051
  } else {
997
- throw IndexOutOfBoundsException.w2('index: ' + index + ', length: ' + this.a() + '}');
1052
+ throw IndexOutOfBoundsException.b3('index: ' + index + ', length: ' + this.a() + '}');
998
1053
  }
999
1054
  return tmp;
1000
1055
  }
1001
1056
  c(startIndex, endIndex) {
1002
1057
  return substring(this.m_1, startIndex, endIndex);
1003
1058
  }
1004
- j6(value) {
1059
+ o6(value) {
1005
1060
  this.m_1 = this.m_1 + toString(value);
1006
1061
  return this;
1007
1062
  }
@@ -1009,11 +1064,14 @@ class StringBuilder {
1009
1064
  this.m_1 = this.m_1 + toString_0(value);
1010
1065
  return this;
1011
1066
  }
1012
- h6(value) {
1067
+ v7(value, startIndex, endIndex) {
1068
+ return this.w7(value == null ? 'null' : value, startIndex, endIndex);
1069
+ }
1070
+ m6(value) {
1013
1071
  this.m_1 = this.m_1 + toString_0(value);
1014
1072
  return this;
1015
1073
  }
1016
- i6(value) {
1074
+ n6(value) {
1017
1075
  var tmp = this;
1018
1076
  var tmp_0 = this.m_1;
1019
1077
  tmp.m_1 = tmp_0 + (value == null ? 'null' : value);
@@ -1022,73 +1080,251 @@ class StringBuilder {
1022
1080
  toString() {
1023
1081
  return this.m_1;
1024
1082
  }
1083
+ w7(value, startIndex, endIndex) {
1084
+ var stringCsq = toString_1(value);
1085
+ Companion_instance_4.x7(startIndex, endIndex, stringCsq.length);
1086
+ this.m_1 = this.m_1 + substring(stringCsq, startIndex, endIndex);
1087
+ return this;
1088
+ }
1025
1089
  }
1026
- class Companion_2 {
1090
+ class Companion_3 {
1027
1091
  constructor() {
1028
- Companion_instance_2 = this;
1029
- this.j7_1 = new RegExp('[\\\\^$*+?.()|[\\]{}]', 'g');
1030
- this.k7_1 = new RegExp('[\\\\$]', 'g');
1031
- this.l7_1 = new RegExp('\\$', 'g');
1092
+ Companion_instance_3 = this;
1093
+ this.y7_1 = new RegExp('[\\\\^$*+?.()|[\\]{}]', 'g');
1094
+ this.z7_1 = new RegExp('[\\\\$]', 'g');
1095
+ this.a8_1 = new RegExp('\\$', 'g');
1032
1096
  }
1033
- m7(literal) {
1097
+ b8(literal) {
1034
1098
  // Inline function 'kotlin.text.nativeReplace' call
1035
- var pattern = this.j7_1;
1099
+ var pattern = this.y7_1;
1036
1100
  // Inline function 'kotlin.js.asDynamic' call
1037
1101
  return literal.replace(pattern, '\\$&');
1038
1102
  }
1039
- n7(literal) {
1103
+ c8(literal) {
1040
1104
  // Inline function 'kotlin.text.nativeReplace' call
1041
- var pattern = this.l7_1;
1105
+ var pattern = this.a8_1;
1042
1106
  // Inline function 'kotlin.js.asDynamic' call
1043
1107
  return literal.replace(pattern, '$$$$');
1044
1108
  }
1045
1109
  }
1046
1110
  class Regex {
1047
1111
  constructor(pattern, options) {
1048
- return new.target.t7(pattern, options);
1112
+ return new.target.i8(pattern, options);
1049
1113
  }
1050
- static t7(pattern, options) {
1051
- Companion_getInstance_2();
1114
+ static i8(pattern, options) {
1115
+ Companion_getInstance_3();
1052
1116
  var $this = createThis(this);
1053
- $this.o7_1 = pattern;
1054
- $this.p7_1 = toSet(options);
1055
- $this.q7_1 = new RegExp(pattern, toFlags(options, 'gu'));
1056
- $this.r7_1 = null;
1057
- $this.s7_1 = null;
1117
+ $this.d8_1 = pattern;
1118
+ $this.e8_1 = toSet(options);
1119
+ $this.f8_1 = new RegExp(pattern, toFlags(options, 'gu'));
1120
+ $this.g8_1 = null;
1121
+ $this.h8_1 = null;
1058
1122
  return $this;
1059
1123
  }
1060
- static u7(pattern) {
1061
- Companion_getInstance_2();
1062
- return this.t7(pattern, emptySet());
1124
+ static j8(pattern, option) {
1125
+ Companion_getInstance_3();
1126
+ return this.i8(pattern, setOf(option));
1127
+ }
1128
+ static k8(pattern) {
1129
+ Companion_getInstance_3();
1130
+ return this.i8(pattern, emptySet());
1131
+ }
1132
+ l8(input) {
1133
+ reset(this.f8_1);
1134
+ var match = this.f8_1.exec(toString_1(input));
1135
+ return !(match == null) && match.index === 0 && this.f8_1.lastIndex === charSequenceLength(input);
1136
+ }
1137
+ m8(input, startIndex) {
1138
+ if (startIndex < 0 || startIndex > charSequenceLength(input)) {
1139
+ throw IndexOutOfBoundsException.b3('Start index out of bounds: ' + startIndex + ', input length: ' + charSequenceLength(input));
1140
+ }
1141
+ return findNext(this.f8_1, toString_1(input), startIndex, this.f8_1);
1142
+ }
1143
+ n8(input, startIndex, $super) {
1144
+ startIndex = startIndex === VOID ? 0 : startIndex;
1145
+ return $super === VOID ? this.m8(input, startIndex) : $super.m8.call(this, input, startIndex);
1063
1146
  }
1064
- v7(input) {
1065
- reset(this.q7_1);
1066
- var match = this.q7_1.exec(toString_1(input));
1067
- return !(match == null) && match.index === 0 && this.q7_1.lastIndex === charSequenceLength(input);
1147
+ o8(input, replacement) {
1148
+ if (!contains(replacement, _Char___init__impl__6a9atx(92)) && !contains(replacement, _Char___init__impl__6a9atx(36))) {
1149
+ var tmp0 = toString_1(input);
1150
+ // Inline function 'kotlin.text.nativeReplace' call
1151
+ var pattern = this.f8_1;
1152
+ // Inline function 'kotlin.js.asDynamic' call
1153
+ return tmp0.replace(pattern, replacement);
1154
+ }
1155
+ return this.p8(input, Regex$replace$lambda(replacement));
1156
+ }
1157
+ p8(input, transform) {
1158
+ var match = this.n8(input);
1159
+ if (match == null)
1160
+ return toString_1(input);
1161
+ var lastStart = 0;
1162
+ var length = charSequenceLength(input);
1163
+ var sb = StringBuilder.s6(length);
1164
+ do {
1165
+ var foundMatch = ensureNotNull(match);
1166
+ sb.v7(input, lastStart, foundMatch.q8().r8());
1167
+ sb.o(transform(foundMatch));
1168
+ lastStart = foundMatch.q8().s8() + 1 | 0;
1169
+ match = foundMatch.r();
1170
+ }
1171
+ while (lastStart < length && !(match == null));
1172
+ if (lastStart < length) {
1173
+ sb.v7(input, lastStart, length);
1174
+ }
1175
+ return sb.toString();
1068
1176
  }
1069
1177
  toString() {
1070
- return this.q7_1.toString();
1178
+ return this.f8_1.toString();
1179
+ }
1180
+ }
1181
+ class RegexOption extends Enum {
1182
+ constructor(name, ordinal, value) {
1183
+ super(name, ordinal);
1184
+ this.v8_1 = value;
1185
+ }
1186
+ }
1187
+ class MatchGroup {
1188
+ constructor(value) {
1189
+ this.x8_1 = value;
1190
+ }
1191
+ toString() {
1192
+ return 'MatchGroup(value=' + this.x8_1 + ')';
1193
+ }
1194
+ hashCode() {
1195
+ return getStringHashCode(this.x8_1);
1196
+ }
1197
+ equals(other) {
1198
+ if (this === other)
1199
+ return true;
1200
+ if (!(other instanceof MatchGroup))
1201
+ return false;
1202
+ if (!(this.x8_1 === other.x8_1))
1203
+ return false;
1204
+ return true;
1205
+ }
1206
+ }
1207
+ class MatchNamedGroupCollection {}
1208
+ class findNext$1$groups$1 extends AbstractCollection {
1209
+ constructor($match, this$0) {
1210
+ return new.target.i9($match, this$0);
1211
+ }
1212
+ static i9($match, this$0, $box) {
1213
+ if ($box === VOID)
1214
+ $box = {};
1215
+ $box.z8_1 = $match;
1216
+ $box.a9_1 = this$0;
1217
+ return this.d3($box);
1218
+ }
1219
+ t() {
1220
+ return this.z8_1.length;
1221
+ }
1222
+ p() {
1223
+ var tmp = asSequence(get_indices(this));
1224
+ return map(tmp, findNext$o$groups$o$iterator$lambda(this)).p();
1225
+ }
1226
+ s(index) {
1227
+ // Inline function 'kotlin.js.get' call
1228
+ // Inline function 'kotlin.js.asDynamic' call
1229
+ var tmp0_safe_receiver = this.z8_1[index];
1230
+ var tmp;
1231
+ if (tmp0_safe_receiver == null) {
1232
+ tmp = null;
1233
+ } else {
1234
+ // Inline function 'kotlin.let' call
1235
+ tmp = new MatchGroup(tmp0_safe_receiver);
1236
+ }
1237
+ return tmp;
1238
+ }
1239
+ y8(name) {
1240
+ // Inline function 'kotlin.js.asDynamic' call
1241
+ var tmp0_elvis_lhs = this.z8_1.groups;
1242
+ var tmp;
1243
+ if (tmp0_elvis_lhs == null) {
1244
+ throw IllegalArgumentException.k('Capturing group with name {' + name + '} does not exist. No named capturing group was defined in Regex');
1245
+ } else {
1246
+ tmp = tmp0_elvis_lhs;
1247
+ }
1248
+ var groups = tmp;
1249
+ if (!hasOwnPrototypeProperty(this.a9_1, groups, name))
1250
+ throw IllegalArgumentException.k('Capturing group with name {' + name + '} does not exist');
1251
+ var value = groups[name];
1252
+ var tmp_0;
1253
+ if (value == undefined) {
1254
+ tmp_0 = null;
1255
+ } else {
1256
+ tmp_0 = new MatchGroup((!(value == null) ? typeof value === 'string' : false) ? value : THROW_CCE());
1257
+ }
1258
+ return tmp_0;
1259
+ }
1260
+ }
1261
+ class findNext$1$groupValues$1 extends AbstractList {
1262
+ constructor($match) {
1263
+ return new.target.k9($match);
1264
+ }
1265
+ static k9($match, $box) {
1266
+ if ($box === VOID)
1267
+ $box = {};
1268
+ $box.j9_1 = $match;
1269
+ return this.x2($box);
1270
+ }
1271
+ t() {
1272
+ return this.j9_1.length;
1273
+ }
1274
+ s(index) {
1275
+ // Inline function 'kotlin.js.get' call
1276
+ // Inline function 'kotlin.js.asDynamic' call
1277
+ var tmp0_elvis_lhs = this.j9_1[index];
1278
+ return tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
1279
+ }
1280
+ }
1281
+ class findNext$1 {
1282
+ constructor($range, $match, $nextPattern, $input) {
1283
+ this.e9_1 = $range;
1284
+ this.f9_1 = $match;
1285
+ this.g9_1 = $nextPattern;
1286
+ this.h9_1 = $input;
1287
+ this.b9_1 = $range;
1288
+ var tmp = this;
1289
+ tmp.c9_1 = findNext$1$groups$1.i9($match, this);
1290
+ this.d9_1 = null;
1291
+ }
1292
+ q8() {
1293
+ return this.b9_1;
1294
+ }
1295
+ w8() {
1296
+ return this.c9_1;
1297
+ }
1298
+ l9() {
1299
+ if (this.d9_1 == null) {
1300
+ var tmp = this;
1301
+ tmp.d9_1 = findNext$1$groupValues$1.k9(this.f9_1);
1302
+ }
1303
+ return ensureNotNull(this.d9_1);
1304
+ }
1305
+ r() {
1306
+ return findNext(this.g9_1, this.h9_1, this.e9_1.e1() ? advanceToNextCharacter(this, this.e9_1.r8()) : this.e9_1.s8() + 1 | 0, this.g9_1);
1071
1307
  }
1072
1308
  }
1073
1309
  class sam$kotlin_Comparator$0 {
1074
1310
  constructor(function_0) {
1075
- this.z7_1 = function_0;
1311
+ this.m9_1 = function_0;
1076
1312
  }
1077
- a8(a, b) {
1078
- return this.z7_1(a, b);
1313
+ n9(a, b) {
1314
+ return this.m9_1(a, b);
1079
1315
  }
1080
1316
  compare(a, b) {
1081
- return this.a8(a, b);
1317
+ return this.n9(a, b);
1082
1318
  }
1083
- a2() {
1084
- return this.z7_1;
1319
+ e2() {
1320
+ return this.m9_1;
1085
1321
  }
1086
1322
  equals(other) {
1087
1323
  var tmp;
1088
1324
  if (!(other == null) ? isInterface(other, Comparator) : false) {
1089
1325
  var tmp_0;
1090
1326
  if (!(other == null) ? isInterface(other, FunctionAdapter) : false) {
1091
- tmp_0 = equals(this.a2(), other.a2());
1327
+ tmp_0 = equals(this.e2(), other.e2());
1092
1328
  } else {
1093
1329
  tmp_0 = false;
1094
1330
  }
@@ -1099,84 +1335,92 @@ class sam$kotlin_Comparator$0 {
1099
1335
  return tmp;
1100
1336
  }
1101
1337
  hashCode() {
1102
- return hashCode_0(this.a2());
1338
+ return hashCode_0(this.e2());
1103
1339
  }
1104
1340
  }
1105
1341
  class SubList_0 extends AbstractList {
1106
1342
  constructor(list, fromIndex, toIndex) {
1107
- return new.target.e8(list, fromIndex, toIndex);
1108
- }
1109
- static e8(list, fromIndex, toIndex) {
1110
- var $this = this.s2();
1111
- $this.b8_1 = list;
1112
- $this.c8_1 = fromIndex;
1113
- $this.d8_1 = 0;
1114
- Companion_instance_3.r3($this.c8_1, toIndex, $this.b8_1.t());
1115
- $this.d8_1 = toIndex - $this.c8_1 | 0;
1343
+ return new.target.r9(list, fromIndex, toIndex);
1344
+ }
1345
+ static r9(list, fromIndex, toIndex) {
1346
+ var $this = this.x2();
1347
+ $this.o9_1 = list;
1348
+ $this.p9_1 = fromIndex;
1349
+ $this.q9_1 = 0;
1350
+ Companion_instance_4.w3($this.p9_1, toIndex, $this.o9_1.t());
1351
+ $this.q9_1 = toIndex - $this.p9_1 | 0;
1116
1352
  return $this;
1117
1353
  }
1118
1354
  s(index) {
1119
- Companion_instance_3.t3(index, this.d8_1);
1120
- return this.b8_1.s(this.c8_1 + index | 0);
1355
+ Companion_instance_4.y3(index, this.q9_1);
1356
+ return this.o9_1.s(this.p9_1 + index | 0);
1121
1357
  }
1122
1358
  t() {
1123
- return this.d8_1;
1359
+ return this.q9_1;
1124
1360
  }
1125
- n1(fromIndex, toIndex) {
1126
- Companion_instance_3.r3(fromIndex, toIndex, this.d8_1);
1127
- return SubList_0.e8(this.b8_1, this.c8_1 + fromIndex | 0, this.c8_1 + toIndex | 0);
1361
+ o1(fromIndex, toIndex) {
1362
+ Companion_instance_4.w3(fromIndex, toIndex, this.q9_1);
1363
+ return SubList_0.r9(this.o9_1, this.p9_1 + fromIndex | 0, this.p9_1 + toIndex | 0);
1128
1364
  }
1129
1365
  }
1130
1366
  class IteratorImpl_0 {
1131
1367
  constructor($outer, $box) {
1132
1368
  boxApply(this, $box);
1133
- this.g8_1 = $outer;
1134
- this.f8_1 = 0;
1369
+ this.t9_1 = $outer;
1370
+ this.s9_1 = 0;
1135
1371
  }
1136
1372
  q() {
1137
- return this.f8_1 < this.g8_1.t();
1373
+ return this.s9_1 < this.t9_1.t();
1138
1374
  }
1139
1375
  r() {
1140
1376
  if (!this.q())
1141
- throw NoSuchElementException.d3();
1142
- var _unary__edvuaz = this.f8_1;
1143
- this.f8_1 = _unary__edvuaz + 1 | 0;
1144
- return this.g8_1.s(_unary__edvuaz);
1377
+ throw NoSuchElementException.i3();
1378
+ var _unary__edvuaz = this.s9_1;
1379
+ this.s9_1 = _unary__edvuaz + 1 | 0;
1380
+ return this.t9_1.s(_unary__edvuaz);
1145
1381
  }
1146
1382
  }
1147
1383
  class ListIteratorImpl_0 extends IteratorImpl_0 {
1148
1384
  constructor($outer, index, $box) {
1149
1385
  if ($box === VOID)
1150
1386
  $box = {};
1151
- $box.j8_1 = $outer;
1387
+ $box.w9_1 = $outer;
1152
1388
  super($outer, $box);
1153
- Companion_instance_3.j3(index, this.j8_1.t());
1154
- this.f8_1 = index;
1389
+ Companion_instance_4.o3(index, this.w9_1.t());
1390
+ this.s9_1 = index;
1155
1391
  }
1156
1392
  }
1157
- class Companion_3 {
1393
+ class Companion_4 {
1158
1394
  constructor() {
1159
- this.i3_1 = 2147483639;
1395
+ this.n3_1 = 2147483639;
1160
1396
  }
1161
- t3(index, size) {
1397
+ y3(index, size) {
1162
1398
  if (index < 0 || index >= size) {
1163
- throw IndexOutOfBoundsException.w2('index: ' + index + ', size: ' + size);
1399
+ throw IndexOutOfBoundsException.b3('index: ' + index + ', size: ' + size);
1164
1400
  }
1165
1401
  }
1166
- j3(index, size) {
1402
+ o3(index, size) {
1167
1403
  if (index < 0 || index > size) {
1168
- throw IndexOutOfBoundsException.w2('index: ' + index + ', size: ' + size);
1404
+ throw IndexOutOfBoundsException.b3('index: ' + index + ', size: ' + size);
1169
1405
  }
1170
1406
  }
1171
- r3(fromIndex, toIndex, size) {
1407
+ w3(fromIndex, toIndex, size) {
1172
1408
  if (fromIndex < 0 || toIndex > size) {
1173
- throw IndexOutOfBoundsException.w2('fromIndex: ' + fromIndex + ', toIndex: ' + toIndex + ', size: ' + size);
1409
+ throw IndexOutOfBoundsException.b3('fromIndex: ' + fromIndex + ', toIndex: ' + toIndex + ', size: ' + size);
1174
1410
  }
1175
1411
  if (fromIndex > toIndex) {
1176
1412
  throw IllegalArgumentException.k('fromIndex: ' + fromIndex + ' > toIndex: ' + toIndex);
1177
1413
  }
1178
1414
  }
1179
- j5(oldCapacity, minCapacity) {
1415
+ x7(startIndex, endIndex, size) {
1416
+ if (startIndex < 0 || endIndex > size) {
1417
+ throw IndexOutOfBoundsException.b3('startIndex: ' + startIndex + ', endIndex: ' + endIndex + ', size: ' + size);
1418
+ }
1419
+ if (startIndex > endIndex) {
1420
+ throw IllegalArgumentException.k('startIndex: ' + startIndex + ' > endIndex: ' + endIndex);
1421
+ }
1422
+ }
1423
+ o5(oldCapacity, minCapacity) {
1180
1424
  var newCapacity = oldCapacity + (oldCapacity >> 1) | 0;
1181
1425
  if ((newCapacity - minCapacity | 0) < 0)
1182
1426
  newCapacity = minCapacity;
@@ -1184,7 +1428,7 @@ class Companion_3 {
1184
1428
  newCapacity = minCapacity > 2147483639 ? 2147483647 : 2147483639;
1185
1429
  return newCapacity;
1186
1430
  }
1187
- v3(c) {
1431
+ a4(c) {
1188
1432
  var hashCode = 1;
1189
1433
  var _iterator__ex2g4s = c.p();
1190
1434
  while (_iterator__ex2g4s.q()) {
@@ -1195,7 +1439,7 @@ class Companion_3 {
1195
1439
  }
1196
1440
  return hashCode;
1197
1441
  }
1198
- u3(c, other) {
1442
+ z3(c, other) {
1199
1443
  if (!(c.t() === other.t()))
1200
1444
  return false;
1201
1445
  var otherIterator = other.p();
@@ -1210,8 +1454,8 @@ class Companion_3 {
1210
1454
  return true;
1211
1455
  }
1212
1456
  }
1213
- class Companion_4 {
1214
- y3(c) {
1457
+ class Companion_5 {
1458
+ d4(c) {
1215
1459
  var hashCode = 0;
1216
1460
  var _iterator__ex2g4s = c.p();
1217
1461
  while (_iterator__ex2g4s.q()) {
@@ -1222,16 +1466,16 @@ class Companion_4 {
1222
1466
  }
1223
1467
  return hashCode;
1224
1468
  }
1225
- x3(c, other) {
1469
+ c4(c, other) {
1226
1470
  if (!(c.t() === other.t()))
1227
1471
  return false;
1228
- return c.o1(other);
1472
+ return c.p1(other);
1229
1473
  }
1230
1474
  }
1231
1475
  class EmptyList {
1232
1476
  constructor() {
1233
1477
  EmptyList_instance = this;
1234
- this.k8_1 = new Long(-1478467534, -1720727600);
1478
+ this.x9_1 = new Long(-1478467534, -1720727600);
1235
1479
  }
1236
1480
  equals(other) {
1237
1481
  var tmp;
@@ -1255,12 +1499,12 @@ class EmptyList {
1255
1499
  return true;
1256
1500
  }
1257
1501
  s(index) {
1258
- throw IndexOutOfBoundsException.w2("Empty list doesn't contain element at index " + index + '.');
1502
+ throw IndexOutOfBoundsException.b3("Empty list doesn't contain element at index " + index + '.');
1259
1503
  }
1260
- l8(element) {
1504
+ y9(element) {
1261
1505
  return -1;
1262
1506
  }
1263
- m1(element) {
1507
+ n1(element) {
1264
1508
  if (!false)
1265
1509
  return -1;
1266
1510
  var tmp;
@@ -1269,20 +1513,20 @@ class EmptyList {
1269
1513
  } else {
1270
1514
  tmp = THROW_CCE();
1271
1515
  }
1272
- return this.l8(tmp);
1516
+ return this.y9(tmp);
1273
1517
  }
1274
1518
  p() {
1275
1519
  return EmptyIterator_instance;
1276
1520
  }
1277
1521
  z(index) {
1278
1522
  if (!(index === 0))
1279
- throw IndexOutOfBoundsException.w2('Index: ' + index);
1523
+ throw IndexOutOfBoundsException.b3('Index: ' + index);
1280
1524
  return EmptyIterator_instance;
1281
1525
  }
1282
- n1(fromIndex, toIndex) {
1526
+ o1(fromIndex, toIndex) {
1283
1527
  if (fromIndex === 0 && toIndex === 0)
1284
1528
  return this;
1285
- throw IndexOutOfBoundsException.w2('fromIndex: ' + fromIndex + ', toIndex: ' + toIndex);
1529
+ throw IndexOutOfBoundsException.b3('fromIndex: ' + fromIndex + ', toIndex: ' + toIndex);
1286
1530
  }
1287
1531
  }
1288
1532
  class EmptyIterator {
@@ -1290,18 +1534,39 @@ class EmptyIterator {
1290
1534
  return false;
1291
1535
  }
1292
1536
  r() {
1293
- throw NoSuchElementException.d3();
1537
+ throw NoSuchElementException.i3();
1294
1538
  }
1295
1539
  }
1296
1540
  class IntIterator {
1297
1541
  r() {
1298
- return this.m8();
1542
+ return this.z9();
1543
+ }
1544
+ }
1545
+ class TransformingSequence$iterator$1 {
1546
+ constructor(this$0) {
1547
+ this.ba_1 = this$0;
1548
+ this.aa_1 = this$0.ca_1.p();
1549
+ }
1550
+ r() {
1551
+ return this.ba_1.da_1(this.aa_1.r());
1552
+ }
1553
+ q() {
1554
+ return this.aa_1.q();
1555
+ }
1556
+ }
1557
+ class TransformingSequence {
1558
+ constructor(sequence, transformer) {
1559
+ this.ca_1 = sequence;
1560
+ this.da_1 = transformer;
1561
+ }
1562
+ p() {
1563
+ return new TransformingSequence$iterator$1(this);
1299
1564
  }
1300
1565
  }
1301
1566
  class EmptySet {
1302
1567
  constructor() {
1303
1568
  EmptySet_instance = this;
1304
- this.n8_1 = new Long(1993859828, 793161749);
1569
+ this.ea_1 = new Long(1993859828, 793161749);
1305
1570
  }
1306
1571
  equals(other) {
1307
1572
  var tmp;
@@ -1324,20 +1589,99 @@ class EmptySet {
1324
1589
  e1() {
1325
1590
  return true;
1326
1591
  }
1327
- o8(elements) {
1592
+ fa(elements) {
1328
1593
  return elements.e1();
1329
1594
  }
1330
- o1(elements) {
1331
- return this.o8(elements);
1595
+ p1(elements) {
1596
+ return this.fa(elements);
1332
1597
  }
1333
1598
  p() {
1334
1599
  return EmptyIterator_instance;
1335
1600
  }
1336
1601
  }
1337
- class Companion_5 {
1602
+ class Random {
1603
+ static ia() {
1604
+ Default_getInstance();
1605
+ return createThis(this);
1606
+ }
1607
+ ka() {
1608
+ return doubleFromParts(this.ja(26), this.ja(27));
1609
+ }
1610
+ }
1611
+ class Default extends Random {
1612
+ constructor() {
1613
+ return new.target.ha();
1614
+ }
1615
+ static ha() {
1616
+ Default_instance = null;
1617
+ var $this = this.ia();
1618
+ Default_instance = $this;
1619
+ $this.ga_1 = defaultPlatformRandom();
1620
+ return $this;
1621
+ }
1622
+ ja(bitCount) {
1623
+ return this.ga_1.ja(bitCount);
1624
+ }
1625
+ ka() {
1626
+ return this.ga_1.ka();
1627
+ }
1628
+ }
1629
+ class Companion_6 {
1338
1630
  constructor() {
1339
- Companion_instance_5 = this;
1340
- this.f1_1 = new IntRange(1, 0);
1631
+ Companion_instance_6 = this;
1632
+ this.sa_1 = new Long(0, 0);
1633
+ }
1634
+ }
1635
+ class XorWowRandom extends Random {
1636
+ constructor(x, y, z, w, v, addend) {
1637
+ return new.target.ta(x, y, z, w, v, addend);
1638
+ }
1639
+ static ta(x, y, z, w, v, addend) {
1640
+ Companion_getInstance_6();
1641
+ var $this = this.ia();
1642
+ $this.la_1 = x;
1643
+ $this.ma_1 = y;
1644
+ $this.na_1 = z;
1645
+ $this.oa_1 = w;
1646
+ $this.pa_1 = v;
1647
+ $this.qa_1 = addend;
1648
+ checkInvariants($this);
1649
+ // Inline function 'kotlin.repeat' call
1650
+ var inductionVariable = 0;
1651
+ if (inductionVariable < 64)
1652
+ do {
1653
+ var index = inductionVariable;
1654
+ inductionVariable = inductionVariable + 1 | 0;
1655
+ $this.z9();
1656
+ }
1657
+ while (inductionVariable < 64);
1658
+ return $this;
1659
+ }
1660
+ static ra(seed1, seed2) {
1661
+ Companion_getInstance_6();
1662
+ return this.ta(seed1, seed2, 0, 0, ~seed1, seed1 << 10 ^ (seed2 >>> 4 | 0));
1663
+ }
1664
+ z9() {
1665
+ var t = this.la_1;
1666
+ t = t ^ (t >>> 2 | 0);
1667
+ this.la_1 = this.ma_1;
1668
+ this.ma_1 = this.na_1;
1669
+ this.na_1 = this.oa_1;
1670
+ var v0 = this.pa_1;
1671
+ this.oa_1 = v0;
1672
+ t = t ^ t << 1 ^ v0 ^ v0 << 4;
1673
+ this.pa_1 = t;
1674
+ this.qa_1 = this.qa_1 + 362437 | 0;
1675
+ return t + this.qa_1 | 0;
1676
+ }
1677
+ ja(bitCount) {
1678
+ return takeUpperBits(this.z9(), bitCount);
1679
+ }
1680
+ }
1681
+ class Companion_7 {
1682
+ constructor() {
1683
+ Companion_instance_7 = this;
1684
+ this.g1_1 = new IntRange(1, 0);
1341
1685
  }
1342
1686
  }
1343
1687
  class IntProgression {
@@ -1346,124 +1690,124 @@ class IntProgression {
1346
1690
  throw IllegalArgumentException.k('Step must be non-zero.');
1347
1691
  if (step === -2147483648)
1348
1692
  throw IllegalArgumentException.k('Step must be greater than Int.MIN_VALUE to avoid overflow on negation.');
1349
- this.q8_1 = start;
1350
- this.r8_1 = getProgressionLastElement(start, endInclusive, step);
1351
- this.s8_1 = step;
1693
+ this.ua_1 = start;
1694
+ this.va_1 = getProgressionLastElement(start, endInclusive, step);
1695
+ this.wa_1 = step;
1352
1696
  }
1353
1697
  p() {
1354
- return new IntProgressionIterator(this.q8_1, this.r8_1, this.s8_1);
1698
+ return new IntProgressionIterator(this.ua_1, this.va_1, this.wa_1);
1355
1699
  }
1356
1700
  e1() {
1357
- return this.s8_1 > 0 ? this.q8_1 > this.r8_1 : this.q8_1 < this.r8_1;
1701
+ return this.wa_1 > 0 ? this.ua_1 > this.va_1 : this.ua_1 < this.va_1;
1358
1702
  }
1359
1703
  equals(other) {
1360
1704
  var tmp;
1361
1705
  if (other instanceof IntProgression) {
1362
- tmp = this.e1() && other.e1() || (this.q8_1 === other.q8_1 && this.r8_1 === other.r8_1 && this.s8_1 === other.s8_1);
1706
+ tmp = this.e1() && other.e1() || (this.ua_1 === other.ua_1 && this.va_1 === other.va_1 && this.wa_1 === other.wa_1);
1363
1707
  } else {
1364
1708
  tmp = false;
1365
1709
  }
1366
1710
  return tmp;
1367
1711
  }
1368
1712
  hashCode() {
1369
- return this.e1() ? -1 : imul_0(31, imul_0(31, this.q8_1) + this.r8_1 | 0) + this.s8_1 | 0;
1713
+ return this.e1() ? -1 : imul_0(31, imul_0(31, this.ua_1) + this.va_1 | 0) + this.wa_1 | 0;
1370
1714
  }
1371
1715
  toString() {
1372
- return this.s8_1 > 0 ? '' + this.q8_1 + '..' + this.r8_1 + ' step ' + this.s8_1 : '' + this.q8_1 + ' downTo ' + this.r8_1 + ' step ' + (-this.s8_1 | 0);
1716
+ return this.wa_1 > 0 ? '' + this.ua_1 + '..' + this.va_1 + ' step ' + this.wa_1 : '' + this.ua_1 + ' downTo ' + this.va_1 + ' step ' + (-this.wa_1 | 0);
1373
1717
  }
1374
1718
  }
1375
1719
  class IntRange extends IntProgression {
1376
1720
  constructor(start, endInclusive) {
1377
- Companion_getInstance_5();
1721
+ Companion_getInstance_7();
1378
1722
  super(start, endInclusive, 1);
1379
1723
  }
1380
- p8() {
1381
- return this.q8_1;
1724
+ r8() {
1725
+ return this.ua_1;
1382
1726
  }
1383
- t8() {
1384
- return this.r8_1;
1727
+ s8() {
1728
+ return this.va_1;
1385
1729
  }
1386
1730
  e1() {
1387
- return this.q8_1 > this.r8_1;
1731
+ return this.ua_1 > this.va_1;
1388
1732
  }
1389
1733
  equals(other) {
1390
1734
  var tmp;
1391
1735
  if (other instanceof IntRange) {
1392
- tmp = this.e1() && other.e1() || (this.q8_1 === other.q8_1 && this.r8_1 === other.r8_1);
1736
+ tmp = this.e1() && other.e1() || (this.ua_1 === other.ua_1 && this.va_1 === other.va_1);
1393
1737
  } else {
1394
1738
  tmp = false;
1395
1739
  }
1396
1740
  return tmp;
1397
1741
  }
1398
1742
  hashCode() {
1399
- return this.e1() ? -1 : imul_0(31, this.q8_1) + this.r8_1 | 0;
1743
+ return this.e1() ? -1 : imul_0(31, this.ua_1) + this.va_1 | 0;
1400
1744
  }
1401
1745
  toString() {
1402
- return '' + this.q8_1 + '..' + this.r8_1;
1746
+ return '' + this.ua_1 + '..' + this.va_1;
1403
1747
  }
1404
1748
  }
1405
1749
  class IntProgressionIterator extends IntIterator {
1406
1750
  constructor(first, last, step) {
1407
1751
  super();
1408
- this.u8_1 = step;
1409
- this.v8_1 = last;
1410
- this.w8_1 = this.u8_1 > 0 ? first <= last : first >= last;
1411
- this.x8_1 = this.w8_1 ? first : this.v8_1;
1752
+ this.xa_1 = step;
1753
+ this.ya_1 = last;
1754
+ this.za_1 = this.xa_1 > 0 ? first <= last : first >= last;
1755
+ this.ab_1 = this.za_1 ? first : this.ya_1;
1412
1756
  }
1413
1757
  q() {
1414
- return this.w8_1;
1415
- }
1416
- m8() {
1417
- var value = this.x8_1;
1418
- if (value === this.v8_1) {
1419
- if (!this.w8_1)
1420
- throw NoSuchElementException.d3();
1421
- this.w8_1 = false;
1758
+ return this.za_1;
1759
+ }
1760
+ z9() {
1761
+ var value = this.ab_1;
1762
+ if (value === this.ya_1) {
1763
+ if (!this.za_1)
1764
+ throw NoSuchElementException.i3();
1765
+ this.za_1 = false;
1422
1766
  } else {
1423
- this.x8_1 = this.x8_1 + this.u8_1 | 0;
1767
+ this.ab_1 = this.ab_1 + this.xa_1 | 0;
1424
1768
  }
1425
1769
  return value;
1426
1770
  }
1427
1771
  }
1428
- class Companion_6 {
1429
- g1(rangeStart, rangeEnd, step) {
1772
+ class Companion_8 {
1773
+ h1(rangeStart, rangeEnd, step) {
1430
1774
  return new IntProgression(rangeStart, rangeEnd, step);
1431
1775
  }
1432
1776
  }
1433
1777
  class DelimitedRangesSequence$iterator$1 {
1434
1778
  constructor(this$0) {
1435
- this.e9_1 = this$0;
1436
- this.z8_1 = -1;
1437
- this.a9_1 = coerceIn(this$0.g9_1, 0, charSequenceLength(this$0.f9_1));
1438
- this.b9_1 = this.a9_1;
1439
- this.c9_1 = null;
1440
- this.d9_1 = 0;
1779
+ this.hb_1 = this$0;
1780
+ this.cb_1 = -1;
1781
+ this.db_1 = coerceIn(this$0.jb_1, 0, charSequenceLength(this$0.ib_1));
1782
+ this.eb_1 = this.db_1;
1783
+ this.fb_1 = null;
1784
+ this.gb_1 = 0;
1441
1785
  }
1442
1786
  r() {
1443
- if (this.z8_1 === -1) {
1787
+ if (this.cb_1 === -1) {
1444
1788
  calcNext(this);
1445
1789
  }
1446
- if (this.z8_1 === 0)
1447
- throw NoSuchElementException.d3();
1448
- var tmp = this.c9_1;
1790
+ if (this.cb_1 === 0)
1791
+ throw NoSuchElementException.i3();
1792
+ var tmp = this.fb_1;
1449
1793
  var result = tmp instanceof IntRange ? tmp : THROW_CCE();
1450
- this.c9_1 = null;
1451
- this.z8_1 = -1;
1794
+ this.fb_1 = null;
1795
+ this.cb_1 = -1;
1452
1796
  return result;
1453
1797
  }
1454
1798
  q() {
1455
- if (this.z8_1 === -1) {
1799
+ if (this.cb_1 === -1) {
1456
1800
  calcNext(this);
1457
1801
  }
1458
- return this.z8_1 === 1;
1802
+ return this.cb_1 === 1;
1459
1803
  }
1460
1804
  }
1461
1805
  class DelimitedRangesSequence {
1462
1806
  constructor(input, startIndex, limit, getNextMatch) {
1463
- this.f9_1 = input;
1464
- this.g9_1 = startIndex;
1465
- this.h9_1 = limit;
1466
- this.i9_1 = getNextMatch;
1807
+ this.ib_1 = input;
1808
+ this.jb_1 = startIndex;
1809
+ this.kb_1 = limit;
1810
+ this.lb_1 = getNextMatch;
1467
1811
  }
1468
1812
  p() {
1469
1813
  return new DelimitedRangesSequence$iterator$1(this);
@@ -1471,86 +1815,100 @@ class DelimitedRangesSequence {
1471
1815
  }
1472
1816
  class State {
1473
1817
  constructor() {
1474
- this.n9_1 = 0;
1475
- this.o9_1 = 1;
1476
- this.p9_1 = 2;
1818
+ this.ob_1 = 0;
1819
+ this.pb_1 = 1;
1820
+ this.qb_1 = 2;
1477
1821
  }
1478
1822
  }
1479
1823
  class LinesIterator {
1480
1824
  constructor(string) {
1481
- this.q9_1 = string;
1482
- this.r9_1 = 0;
1483
- this.s9_1 = 0;
1484
- this.t9_1 = 0;
1485
- this.u9_1 = 0;
1825
+ this.rb_1 = string;
1826
+ this.sb_1 = 0;
1827
+ this.tb_1 = 0;
1828
+ this.ub_1 = 0;
1829
+ this.vb_1 = 0;
1486
1830
  }
1487
1831
  q() {
1488
- if (!(this.r9_1 === 0)) {
1489
- return this.r9_1 === 1;
1832
+ if (!(this.sb_1 === 0)) {
1833
+ return this.sb_1 === 1;
1490
1834
  }
1491
- if (this.u9_1 < 0) {
1492
- this.r9_1 = 2;
1835
+ if (this.vb_1 < 0) {
1836
+ this.sb_1 = 2;
1493
1837
  return false;
1494
1838
  }
1495
1839
  var _delimiterLength = -1;
1496
- var _delimiterStartIndex = charSequenceLength(this.q9_1);
1497
- var inductionVariable = this.s9_1;
1498
- var last = charSequenceLength(this.q9_1);
1840
+ var _delimiterStartIndex = charSequenceLength(this.rb_1);
1841
+ var inductionVariable = this.tb_1;
1842
+ var last = charSequenceLength(this.rb_1);
1499
1843
  if (inductionVariable < last)
1500
1844
  $l$loop: do {
1501
1845
  var idx = inductionVariable;
1502
1846
  inductionVariable = inductionVariable + 1 | 0;
1503
- var c = charSequenceGet(this.q9_1, idx);
1847
+ var c = charSequenceGet(this.rb_1, idx);
1504
1848
  if (c === _Char___init__impl__6a9atx(10) || c === _Char___init__impl__6a9atx(13)) {
1505
- _delimiterLength = c === _Char___init__impl__6a9atx(13) && (idx + 1 | 0) < charSequenceLength(this.q9_1) && charSequenceGet(this.q9_1, idx + 1 | 0) === _Char___init__impl__6a9atx(10) ? 2 : 1;
1849
+ _delimiterLength = c === _Char___init__impl__6a9atx(13) && (idx + 1 | 0) < charSequenceLength(this.rb_1) && charSequenceGet(this.rb_1, idx + 1 | 0) === _Char___init__impl__6a9atx(10) ? 2 : 1;
1506
1850
  _delimiterStartIndex = idx;
1507
1851
  break $l$loop;
1508
1852
  }
1509
1853
  }
1510
1854
  while (inductionVariable < last);
1511
- this.r9_1 = 1;
1512
- this.u9_1 = _delimiterLength;
1513
- this.t9_1 = _delimiterStartIndex;
1855
+ this.sb_1 = 1;
1856
+ this.vb_1 = _delimiterLength;
1857
+ this.ub_1 = _delimiterStartIndex;
1514
1858
  return true;
1515
1859
  }
1516
1860
  r() {
1517
1861
  if (!this.q()) {
1518
- throw NoSuchElementException.d3();
1862
+ throw NoSuchElementException.i3();
1519
1863
  }
1520
- this.r9_1 = 0;
1521
- var lastIndex = this.t9_1;
1522
- var firstIndex = this.s9_1;
1523
- this.s9_1 = this.t9_1 + this.u9_1 | 0;
1864
+ this.sb_1 = 0;
1865
+ var lastIndex = this.ub_1;
1866
+ var firstIndex = this.tb_1;
1867
+ this.tb_1 = this.ub_1 + this.vb_1 | 0;
1524
1868
  // Inline function 'kotlin.text.substring' call
1525
- var this_0 = this.q9_1;
1869
+ var this_0 = this.rb_1;
1526
1870
  return toString_1(charSequenceSubSequence(this_0, firstIndex, lastIndex));
1527
1871
  }
1528
1872
  }
1529
1873
  class lineSequence$$inlined$Sequence$1 {
1530
1874
  constructor($this_lineSequence) {
1531
- this.v9_1 = $this_lineSequence;
1875
+ this.wb_1 = $this_lineSequence;
1532
1876
  }
1533
1877
  p() {
1534
- return new LinesIterator(this.v9_1);
1878
+ return new LinesIterator(this.wb_1);
1535
1879
  }
1536
1880
  }
1537
1881
  class Pair {
1538
1882
  constructor(first, second) {
1539
- this.j9_1 = first;
1540
- this.k9_1 = second;
1883
+ this.first = first;
1884
+ this.second = second;
1885
+ }
1886
+ xb() {
1887
+ return this.first;
1888
+ }
1889
+ yb() {
1890
+ return this.second;
1541
1891
  }
1542
1892
  toString() {
1543
- return '(' + toString_0(this.j9_1) + ', ' + toString_0(this.k9_1) + ')';
1893
+ return '(' + toString_0(this.first) + ', ' + toString_0(this.second) + ')';
1544
1894
  }
1545
- l9() {
1546
- return this.j9_1;
1895
+ mb() {
1896
+ return this.first;
1547
1897
  }
1548
- m9() {
1549
- return this.k9_1;
1898
+ nb() {
1899
+ return this.second;
1900
+ }
1901
+ zb(first, second) {
1902
+ return new Pair(first, second);
1903
+ }
1904
+ copy(first, second, $super) {
1905
+ first = first === VOID ? this.first : first;
1906
+ second = second === VOID ? this.second : second;
1907
+ return $super === VOID ? this.zb(first, second) : $super.zb.call(this, first, second);
1550
1908
  }
1551
1909
  hashCode() {
1552
- var result = this.j9_1 == null ? 0 : hashCode_0(this.j9_1);
1553
- result = imul_0(result, 31) + (this.k9_1 == null ? 0 : hashCode_0(this.k9_1)) | 0;
1910
+ var result = this.first == null ? 0 : hashCode_0(this.first);
1911
+ result = imul_0(result, 31) + (this.second == null ? 0 : hashCode_0(this.second)) | 0;
1554
1912
  return result;
1555
1913
  }
1556
1914
  equals(other) {
@@ -1558,9 +1916,9 @@ class Pair {
1558
1916
  return true;
1559
1917
  if (!(other instanceof Pair))
1560
1918
  return false;
1561
- if (!equals(this.j9_1, other.j9_1))
1919
+ if (!equals(this.first, other.first))
1562
1920
  return false;
1563
- if (!equals(this.k9_1, other.k9_1))
1921
+ if (!equals(this.second, other.second))
1564
1922
  return false;
1565
1923
  return true;
1566
1924
  }
@@ -1837,6 +2195,10 @@ function toSet(_this__u8e3s4) {
1837
2195
  }
1838
2196
  return optimizeReadOnlySet(toCollection_0(_this__u8e3s4, LinkedHashSet.c1()));
1839
2197
  }
2198
+ function asSequence(_this__u8e3s4) {
2199
+ // Inline function 'kotlin.sequences.Sequence' call
2200
+ return new asSequence$$inlined$Sequence$1(_this__u8e3s4);
2201
+ }
1840
2202
  function toMutableList(_this__u8e3s4) {
1841
2203
  return ArrayList.d1(_this__u8e3s4);
1842
2204
  }
@@ -1873,14 +2235,14 @@ function last_0(_this__u8e3s4) {
1873
2235
  }
1874
2236
  function until(_this__u8e3s4, to) {
1875
2237
  if (to <= -2147483648)
1876
- return Companion_getInstance_5().f1_1;
2238
+ return Companion_getInstance_7().g1_1;
1877
2239
  return numberRangeToNumber(_this__u8e3s4, to - 1 | 0);
1878
2240
  }
1879
2241
  function coerceAtMost(_this__u8e3s4, maximumValue) {
1880
2242
  return _this__u8e3s4 > maximumValue ? maximumValue : _this__u8e3s4;
1881
2243
  }
1882
2244
  function downTo(_this__u8e3s4, to) {
1883
- return Companion_instance_6.g1(_this__u8e3s4, to, -1);
2245
+ return Companion_instance_8.h1(_this__u8e3s4, to, -1);
1884
2246
  }
1885
2247
  function coerceAtLeast(_this__u8e3s4, minimumValue) {
1886
2248
  return _this__u8e3s4 < minimumValue ? minimumValue : _this__u8e3s4;
@@ -1912,6 +2274,9 @@ function toList_0(_this__u8e3s4) {
1912
2274
  }
1913
2275
  return dst;
1914
2276
  }
2277
+ function map(_this__u8e3s4, transform) {
2278
+ return new TransformingSequence(_this__u8e3s4, transform);
2279
+ }
1915
2280
  function take(_this__u8e3s4, n) {
1916
2281
  // Inline function 'kotlin.require' call
1917
2282
  if (!(n >= 0)) {
@@ -1942,6 +2307,9 @@ function _get_value__a43j40($this) {
1942
2307
  function Char__compareTo_impl_ypi4mb($this, other) {
1943
2308
  return _get_value__a43j40($this) - _get_value__a43j40(other) | 0;
1944
2309
  }
2310
+ function Char__minus_impl_a2frrh($this, other) {
2311
+ return _get_value__a43j40($this) - _get_value__a43j40(other) | 0;
2312
+ }
1945
2313
  function Char__toInt_impl_vasixd($this) {
1946
2314
  return _get_value__a43j40($this);
1947
2315
  }
@@ -1949,15 +2317,19 @@ function toString($this) {
1949
2317
  // Inline function 'kotlin.js.unsafeCast' call
1950
2318
  return String.fromCharCode(_get_value__a43j40($this));
1951
2319
  }
2320
+ var Companion_instance;
2321
+ function Companion_getInstance() {
2322
+ return Companion_instance;
2323
+ }
1952
2324
  function toString_0(_this__u8e3s4) {
1953
2325
  var tmp1_elvis_lhs = _this__u8e3s4 == null ? null : toString_1(_this__u8e3s4);
1954
2326
  return tmp1_elvis_lhs == null ? 'null' : tmp1_elvis_lhs;
1955
2327
  }
1956
- var Companion_instance;
1957
- function Companion_getInstance() {
1958
- if (Companion_instance === VOID)
1959
- new Companion();
1960
- return Companion_instance;
2328
+ var Companion_instance_0;
2329
+ function Companion_getInstance_0() {
2330
+ if (Companion_instance_0 === VOID)
2331
+ new Companion_0();
2332
+ return Companion_instance_0;
1961
2333
  }
1962
2334
  function abs(_this__u8e3s4) {
1963
2335
  var tmp;
@@ -2079,11 +2451,11 @@ function compare(_this__u8e3s4, other) {
2079
2451
  }
2080
2452
  function convertToInt(_this__u8e3s4) {
2081
2453
  _init_properties_boxedLong_kt__v24qrw();
2082
- return _this__u8e3s4.w1_1;
2454
+ return _this__u8e3s4.b2_1;
2083
2455
  }
2084
2456
  function toNumber(_this__u8e3s4) {
2085
2457
  _init_properties_boxedLong_kt__v24qrw();
2086
- return _this__u8e3s4.x1_1 * 4.294967296E9 + getLowBitsUnsigned(_this__u8e3s4);
2458
+ return _this__u8e3s4.c2_1 * 4.294967296E9 + getLowBitsUnsigned(_this__u8e3s4);
2087
2459
  }
2088
2460
  function toStringImpl(_this__u8e3s4, radix) {
2089
2461
  _init_properties_boxedLong_kt__v24qrw();
@@ -2126,11 +2498,11 @@ function toStringImpl(_this__u8e3s4, radix) {
2126
2498
  }
2127
2499
  function equalsLong(_this__u8e3s4, other) {
2128
2500
  _init_properties_boxedLong_kt__v24qrw();
2129
- return _this__u8e3s4.x1_1 === other.x1_1 && _this__u8e3s4.w1_1 === other.w1_1;
2501
+ return _this__u8e3s4.c2_1 === other.c2_1 && _this__u8e3s4.b2_1 === other.b2_1;
2130
2502
  }
2131
2503
  function hashCode(l) {
2132
2504
  _init_properties_boxedLong_kt__v24qrw();
2133
- return l.w1_1 ^ l.x1_1;
2505
+ return l.b2_1 ^ l.c2_1;
2134
2506
  }
2135
2507
  function fromInt(value) {
2136
2508
  _init_properties_boxedLong_kt__v24qrw();
@@ -2138,7 +2510,7 @@ function fromInt(value) {
2138
2510
  }
2139
2511
  function isNegative(_this__u8e3s4) {
2140
2512
  _init_properties_boxedLong_kt__v24qrw();
2141
- return _this__u8e3s4.x1_1 < 0;
2513
+ return _this__u8e3s4.c2_1 < 0;
2142
2514
  }
2143
2515
  function subtract(_this__u8e3s4, other) {
2144
2516
  _init_properties_boxedLong_kt__v24qrw();
@@ -2146,11 +2518,11 @@ function subtract(_this__u8e3s4, other) {
2146
2518
  }
2147
2519
  function getLowBitsUnsigned(_this__u8e3s4) {
2148
2520
  _init_properties_boxedLong_kt__v24qrw();
2149
- return _this__u8e3s4.w1_1 >= 0 ? _this__u8e3s4.w1_1 : 4.294967296E9 + _this__u8e3s4.w1_1;
2521
+ return _this__u8e3s4.b2_1 >= 0 ? _this__u8e3s4.b2_1 : 4.294967296E9 + _this__u8e3s4.b2_1;
2150
2522
  }
2151
2523
  function isZero(_this__u8e3s4) {
2152
2524
  _init_properties_boxedLong_kt__v24qrw();
2153
- return _this__u8e3s4.x1_1 === 0 && _this__u8e3s4.w1_1 === 0;
2525
+ return _this__u8e3s4.c2_1 === 0 && _this__u8e3s4.b2_1 === 0;
2154
2526
  }
2155
2527
  function multiply(_this__u8e3s4, other) {
2156
2528
  _init_properties_boxedLong_kt__v24qrw();
@@ -2178,14 +2550,14 @@ function multiply(_this__u8e3s4, other) {
2178
2550
  if (lessThan(_this__u8e3s4, get_TWO_PWR_24_()) && lessThan(other, get_TWO_PWR_24_())) {
2179
2551
  return fromNumber(toNumber(_this__u8e3s4) * toNumber(other));
2180
2552
  }
2181
- var a48 = _this__u8e3s4.x1_1 >>> 16 | 0;
2182
- var a32 = _this__u8e3s4.x1_1 & 65535;
2183
- var a16 = _this__u8e3s4.w1_1 >>> 16 | 0;
2184
- var a00 = _this__u8e3s4.w1_1 & 65535;
2185
- var b48 = other.x1_1 >>> 16 | 0;
2186
- var b32 = other.x1_1 & 65535;
2187
- var b16 = other.w1_1 >>> 16 | 0;
2188
- var b00 = other.w1_1 & 65535;
2553
+ var a48 = _this__u8e3s4.c2_1 >>> 16 | 0;
2554
+ var a32 = _this__u8e3s4.c2_1 & 65535;
2555
+ var a16 = _this__u8e3s4.b2_1 >>> 16 | 0;
2556
+ var a00 = _this__u8e3s4.b2_1 & 65535;
2557
+ var b48 = other.c2_1 >>> 16 | 0;
2558
+ var b32 = other.c2_1 & 65535;
2559
+ var b16 = other.b2_1 >>> 16 | 0;
2560
+ var b00 = other.b2_1 & 65535;
2189
2561
  var c48 = 0;
2190
2562
  var c32 = 0;
2191
2563
  var c16 = 0;
@@ -2237,14 +2609,14 @@ function fromNumber(value) {
2237
2609
  }
2238
2610
  function add(_this__u8e3s4, other) {
2239
2611
  _init_properties_boxedLong_kt__v24qrw();
2240
- var a48 = _this__u8e3s4.x1_1 >>> 16 | 0;
2241
- var a32 = _this__u8e3s4.x1_1 & 65535;
2242
- var a16 = _this__u8e3s4.w1_1 >>> 16 | 0;
2243
- var a00 = _this__u8e3s4.w1_1 & 65535;
2244
- var b48 = other.x1_1 >>> 16 | 0;
2245
- var b32 = other.x1_1 & 65535;
2246
- var b16 = other.w1_1 >>> 16 | 0;
2247
- var b00 = other.w1_1 & 65535;
2612
+ var a48 = _this__u8e3s4.c2_1 >>> 16 | 0;
2613
+ var a32 = _this__u8e3s4.c2_1 & 65535;
2614
+ var a16 = _this__u8e3s4.b2_1 >>> 16 | 0;
2615
+ var a00 = _this__u8e3s4.b2_1 & 65535;
2616
+ var b48 = other.c2_1 >>> 16 | 0;
2617
+ var b32 = other.c2_1 & 65535;
2618
+ var b16 = other.b2_1 >>> 16 | 0;
2619
+ var b00 = other.b2_1 & 65535;
2248
2620
  var c48 = 0;
2249
2621
  var c32 = 0;
2250
2622
  var c16 = 0;
@@ -2264,7 +2636,7 @@ function add(_this__u8e3s4, other) {
2264
2636
  }
2265
2637
  function isOdd(_this__u8e3s4) {
2266
2638
  _init_properties_boxedLong_kt__v24qrw();
2267
- return (_this__u8e3s4.w1_1 & 1) === 1;
2639
+ return (_this__u8e3s4.b2_1 & 1) === 1;
2268
2640
  }
2269
2641
  function lessThan(_this__u8e3s4, other) {
2270
2642
  _init_properties_boxedLong_kt__v24qrw();
@@ -2272,12 +2644,12 @@ function lessThan(_this__u8e3s4, other) {
2272
2644
  }
2273
2645
  function invert(_this__u8e3s4) {
2274
2646
  _init_properties_boxedLong_kt__v24qrw();
2275
- return new Long(~_this__u8e3s4.w1_1, ~_this__u8e3s4.x1_1);
2647
+ return new Long(~_this__u8e3s4.b2_1, ~_this__u8e3s4.c2_1);
2276
2648
  }
2277
2649
  function divide(_this__u8e3s4, other) {
2278
2650
  _init_properties_boxedLong_kt__v24qrw();
2279
2651
  if (isZero(other)) {
2280
- throw Exception.c2('division by zero');
2652
+ throw Exception.g2('division by zero');
2281
2653
  } else if (isZero(_this__u8e3s4)) {
2282
2654
  return get_ZERO();
2283
2655
  }
@@ -2339,9 +2711,9 @@ function shiftRight(_this__u8e3s4, numBits) {
2339
2711
  return _this__u8e3s4;
2340
2712
  } else {
2341
2713
  if (numBits_0 < 32) {
2342
- return new Long(_this__u8e3s4.w1_1 >>> numBits_0 | 0 | _this__u8e3s4.x1_1 << (32 - numBits_0 | 0), _this__u8e3s4.x1_1 >> numBits_0);
2714
+ return new Long(_this__u8e3s4.b2_1 >>> numBits_0 | 0 | _this__u8e3s4.c2_1 << (32 - numBits_0 | 0), _this__u8e3s4.c2_1 >> numBits_0);
2343
2715
  } else {
2344
- return new Long(_this__u8e3s4.x1_1 >> (numBits_0 - 32 | 0), _this__u8e3s4.x1_1 >= 0 ? 0 : -1);
2716
+ return new Long(_this__u8e3s4.c2_1 >> (numBits_0 - 32 | 0), _this__u8e3s4.c2_1 >= 0 ? 0 : -1);
2345
2717
  }
2346
2718
  }
2347
2719
  }
@@ -2352,9 +2724,9 @@ function shiftLeft(_this__u8e3s4, numBits) {
2352
2724
  return _this__u8e3s4;
2353
2725
  } else {
2354
2726
  if (numBits_0 < 32) {
2355
- return new Long(_this__u8e3s4.w1_1 << numBits_0, _this__u8e3s4.x1_1 << numBits_0 | (_this__u8e3s4.w1_1 >>> (32 - numBits_0 | 0) | 0));
2727
+ return new Long(_this__u8e3s4.b2_1 << numBits_0, _this__u8e3s4.c2_1 << numBits_0 | (_this__u8e3s4.b2_1 >>> (32 - numBits_0 | 0) | 0));
2356
2728
  } else {
2357
- return new Long(0, _this__u8e3s4.w1_1 << (numBits_0 - 32 | 0));
2729
+ return new Long(0, _this__u8e3s4.b2_1 << (numBits_0 - 32 | 0));
2358
2730
  }
2359
2731
  }
2360
2732
  }
@@ -2536,7 +2908,10 @@ function primitiveCompareTo(a, b) {
2536
2908
  return a < b ? -1 : a > b ? 1 : 0;
2537
2909
  }
2538
2910
  function compareToDoNotIntrinsicify(a, b) {
2539
- return a.z1(b);
2911
+ return a.w1(b);
2912
+ }
2913
+ function identityHashCode(obj) {
2914
+ return getObjectHashCode(obj);
2540
2915
  }
2541
2916
  function getObjectHashCode(obj) {
2542
2917
  // Inline function 'kotlin.js.jsIn' call
@@ -2767,7 +3142,7 @@ var symbolWeakMap;
2767
3142
  function unboxIntrinsic(x) {
2768
3143
  // Inline function 'kotlin.error' call
2769
3144
  var message = 'Should be lowered';
2770
- throw IllegalStateException.g2(toString_1(message));
3145
+ throw IllegalStateException.k2(toString_1(message));
2771
3146
  }
2772
3147
  function captureStack(instance, constructorFunction) {
2773
3148
  if (Error.captureStackTrace != null) {
@@ -2820,10 +3195,10 @@ function setPropertiesToThrowableInstance(this_, message, cause) {
2820
3195
  }
2821
3196
  }
2822
3197
  function THROW_NPE() {
2823
- throw NullPointerException.k2();
3198
+ throw NullPointerException.o2();
2824
3199
  }
2825
3200
  function THROW_CCE() {
2826
- throw ClassCastException.o2();
3201
+ throw ClassCastException.s2();
2827
3202
  }
2828
3203
  function ensureNotNull(v) {
2829
3204
  var tmp;
@@ -2954,7 +3329,7 @@ function _init_properties_void_kt__3zg9as() {
2954
3329
  function asList(_this__u8e3s4) {
2955
3330
  // Inline function 'kotlin.js.unsafeCast' call
2956
3331
  // Inline function 'kotlin.js.asDynamic' call
2957
- return ArrayList.p2(_this__u8e3s4);
3332
+ return ArrayList.t2(_this__u8e3s4);
2958
3333
  }
2959
3334
  function copyOf(_this__u8e3s4, newSize) {
2960
3335
  // Inline function 'kotlin.require' call
@@ -2986,13 +3361,43 @@ function copyOf_0(_this__u8e3s4, newSize) {
2986
3361
  }
2987
3362
  return arrayCopyResize(_this__u8e3s4, newSize, null);
2988
3363
  }
3364
+ function digitToIntImpl(_this__u8e3s4) {
3365
+ // Inline function 'kotlin.code' call
3366
+ var ch = Char__toInt_impl_vasixd(_this__u8e3s4);
3367
+ var index = binarySearchRange(Digit_getInstance().u2_1, ch);
3368
+ var diff = ch - Digit_getInstance().u2_1[index] | 0;
3369
+ return diff < 10 ? diff : -1;
3370
+ }
3371
+ function binarySearchRange(array, needle) {
3372
+ var bottom = 0;
3373
+ var top = array.length - 1 | 0;
3374
+ var middle = -1;
3375
+ var value = 0;
3376
+ while (bottom <= top) {
3377
+ middle = (bottom + top | 0) / 2 | 0;
3378
+ value = array[middle];
3379
+ if (needle > value)
3380
+ bottom = middle + 1 | 0;
3381
+ else if (needle === value)
3382
+ return middle;
3383
+ else
3384
+ top = middle - 1 | 0;
3385
+ }
3386
+ return middle - (needle < value ? 1 : 0) | 0;
3387
+ }
3388
+ var Digit_instance;
3389
+ function Digit_getInstance() {
3390
+ if (Digit_instance === VOID)
3391
+ new Digit();
3392
+ return Digit_instance;
3393
+ }
2989
3394
  function isWhitespaceImpl(_this__u8e3s4) {
2990
3395
  // Inline function 'kotlin.code' call
2991
3396
  var ch = Char__toInt_impl_vasixd(_this__u8e3s4);
2992
3397
  return (9 <= ch ? ch <= 13 : false) || (28 <= ch ? ch <= 32 : false) || ch === 160 || (ch > 4096 && (ch === 5760 || (8192 <= ch ? ch <= 8202 : false) || ch === 8232 || ch === 8233 || ch === 8239 || ch === 8287 || ch === 12288));
2993
3398
  }
2994
3399
  function asList_0(_this__u8e3s4) {
2995
- return asList$1.r2(_this__u8e3s4);
3400
+ return asList$1.w2(_this__u8e3s4);
2996
3401
  }
2997
3402
  function isNaN_0(_this__u8e3s4) {
2998
3403
  return !(_this__u8e3s4 === _this__u8e3s4);
@@ -3019,7 +3424,7 @@ function listOf(element) {
3019
3424
  // Inline function 'kotlin.js.unsafeCast' call
3020
3425
  // Inline function 'kotlin.js.asDynamic' call
3021
3426
  var tmp$ret$0 = [element];
3022
- return ArrayList.p2(tmp$ret$0);
3427
+ return ArrayList.t2(tmp$ret$0);
3023
3428
  }
3024
3429
  function checkIndexOverflow(index) {
3025
3430
  if (index < 0) {
@@ -3068,20 +3473,20 @@ function copyOfUninitializedElements(_this__u8e3s4, newSize) {
3068
3473
  // Inline function 'kotlin.js.asDynamic' call
3069
3474
  return copyOf_0(_this__u8e3s4, newSize);
3070
3475
  }
3071
- var Companion_instance_0;
3072
- function Companion_getInstance_0() {
3073
- if (Companion_instance_0 === VOID)
3074
- new Companion_0();
3075
- return Companion_instance_0;
3476
+ var Companion_instance_1;
3477
+ function Companion_getInstance_1() {
3478
+ if (Companion_instance_1 === VOID)
3479
+ new Companion_1();
3480
+ return Companion_instance_1;
3076
3481
  }
3077
3482
  function rangeCheck($this, index) {
3078
3483
  // Inline function 'kotlin.apply' call
3079
- Companion_instance_3.t3(index, $this.t());
3484
+ Companion_instance_4.y3(index, $this.t());
3080
3485
  return index;
3081
3486
  }
3082
3487
  function insertionRangeCheck($this, index) {
3083
3488
  // Inline function 'kotlin.apply' call
3084
- Companion_instance_3.j3(index, $this.t());
3489
+ Companion_instance_4.o3(index, $this.t());
3085
3490
  return index;
3086
3491
  }
3087
3492
  function init_kotlin_collections_HashSet(_this__u8e3s4) {
@@ -3094,108 +3499,108 @@ function computeShift($this, hashSize) {
3094
3499
  return clz32(hashSize) + 1 | 0;
3095
3500
  }
3096
3501
  function checkForComodification($this) {
3097
- if (!($this.d5_1.p4_1 === $this.f5_1))
3098
- throw ConcurrentModificationException.c5('The backing map has been modified after this entry was obtained.');
3502
+ if (!($this.i5_1.u4_1 === $this.k5_1))
3503
+ throw ConcurrentModificationException.h5('The backing map has been modified after this entry was obtained.');
3099
3504
  }
3100
3505
  function _get_capacity__a9k9f3($this) {
3101
- return $this.i4_1.length;
3506
+ return $this.n4_1.length;
3102
3507
  }
3103
3508
  function _get_hashSize__tftcho($this) {
3104
- return $this.l4_1.length;
3509
+ return $this.q4_1.length;
3105
3510
  }
3106
3511
  function registerModification($this) {
3107
- $this.p4_1 = $this.p4_1 + 1 | 0;
3512
+ $this.u4_1 = $this.u4_1 + 1 | 0;
3108
3513
  }
3109
3514
  function ensureExtraCapacity($this, n) {
3110
3515
  if (shouldCompact($this, n)) {
3111
3516
  compact($this, true);
3112
3517
  } else {
3113
- ensureCapacity($this, $this.n4_1 + n | 0);
3518
+ ensureCapacity($this, $this.s4_1 + n | 0);
3114
3519
  }
3115
3520
  }
3116
3521
  function shouldCompact($this, extraCapacity) {
3117
- var spareCapacity = _get_capacity__a9k9f3($this) - $this.n4_1 | 0;
3118
- var gaps = $this.n4_1 - $this.t() | 0;
3522
+ var spareCapacity = _get_capacity__a9k9f3($this) - $this.s4_1 | 0;
3523
+ var gaps = $this.s4_1 - $this.t() | 0;
3119
3524
  return spareCapacity < extraCapacity && (gaps + spareCapacity | 0) >= extraCapacity && gaps >= (_get_capacity__a9k9f3($this) / 4 | 0);
3120
3525
  }
3121
3526
  function ensureCapacity($this, minCapacity) {
3122
3527
  if (minCapacity < 0)
3123
- throw RuntimeException.i5('too many elements');
3528
+ throw RuntimeException.n5('too many elements');
3124
3529
  if (minCapacity > _get_capacity__a9k9f3($this)) {
3125
- var newSize = Companion_instance_3.j5(_get_capacity__a9k9f3($this), minCapacity);
3126
- $this.i4_1 = copyOfUninitializedElements($this.i4_1, newSize);
3530
+ var newSize = Companion_instance_4.o5(_get_capacity__a9k9f3($this), minCapacity);
3531
+ $this.n4_1 = copyOfUninitializedElements($this.n4_1, newSize);
3127
3532
  var tmp = $this;
3128
- var tmp0_safe_receiver = $this.j4_1;
3129
- tmp.j4_1 = tmp0_safe_receiver == null ? null : copyOfUninitializedElements(tmp0_safe_receiver, newSize);
3130
- $this.k4_1 = copyOf($this.k4_1, newSize);
3131
- var newHashSize = computeHashSize(Companion_instance_1, newSize);
3533
+ var tmp0_safe_receiver = $this.o4_1;
3534
+ tmp.o4_1 = tmp0_safe_receiver == null ? null : copyOfUninitializedElements(tmp0_safe_receiver, newSize);
3535
+ $this.p4_1 = copyOf($this.p4_1, newSize);
3536
+ var newHashSize = computeHashSize(Companion_instance_2, newSize);
3132
3537
  if (newHashSize > _get_hashSize__tftcho($this)) {
3133
3538
  rehash($this, newHashSize);
3134
3539
  }
3135
3540
  }
3136
3541
  }
3137
3542
  function allocateValuesArray($this) {
3138
- var curValuesArray = $this.j4_1;
3543
+ var curValuesArray = $this.o4_1;
3139
3544
  if (!(curValuesArray == null))
3140
3545
  return curValuesArray;
3141
3546
  var newValuesArray = arrayOfUninitializedElements(_get_capacity__a9k9f3($this));
3142
- $this.j4_1 = newValuesArray;
3547
+ $this.o4_1 = newValuesArray;
3143
3548
  return newValuesArray;
3144
3549
  }
3145
3550
  function hash($this, key) {
3146
- return key == null ? 0 : imul_0(hashCode_0(key), -1640531527) >>> $this.o4_1 | 0;
3551
+ return key == null ? 0 : imul_0(hashCode_0(key), -1640531527) >>> $this.t4_1 | 0;
3147
3552
  }
3148
3553
  function compact($this, updateHashArray) {
3149
3554
  var i = 0;
3150
3555
  var j = 0;
3151
- var valuesArray = $this.j4_1;
3152
- while (i < $this.n4_1) {
3153
- var hash = $this.k4_1[i];
3556
+ var valuesArray = $this.o4_1;
3557
+ while (i < $this.s4_1) {
3558
+ var hash = $this.p4_1[i];
3154
3559
  if (hash >= 0) {
3155
- $this.i4_1[j] = $this.i4_1[i];
3560
+ $this.n4_1[j] = $this.n4_1[i];
3156
3561
  if (!(valuesArray == null)) {
3157
3562
  valuesArray[j] = valuesArray[i];
3158
3563
  }
3159
3564
  if (updateHashArray) {
3160
- $this.k4_1[j] = hash;
3161
- $this.l4_1[hash] = j + 1 | 0;
3565
+ $this.p4_1[j] = hash;
3566
+ $this.q4_1[hash] = j + 1 | 0;
3162
3567
  }
3163
3568
  j = j + 1 | 0;
3164
3569
  }
3165
3570
  i = i + 1 | 0;
3166
3571
  }
3167
- resetRange($this.i4_1, j, $this.n4_1);
3572
+ resetRange($this.n4_1, j, $this.s4_1);
3168
3573
  if (valuesArray == null)
3169
3574
  null;
3170
3575
  else {
3171
- resetRange(valuesArray, j, $this.n4_1);
3576
+ resetRange(valuesArray, j, $this.s4_1);
3172
3577
  }
3173
- $this.n4_1 = j;
3578
+ $this.s4_1 = j;
3174
3579
  }
3175
3580
  function rehash($this, newHashSize) {
3176
3581
  registerModification($this);
3177
- if ($this.n4_1 > $this.q4_1) {
3582
+ if ($this.s4_1 > $this.v4_1) {
3178
3583
  compact($this, false);
3179
3584
  }
3180
- $this.l4_1 = new Int32Array(newHashSize);
3181
- $this.o4_1 = computeShift(Companion_instance_1, newHashSize);
3585
+ $this.q4_1 = new Int32Array(newHashSize);
3586
+ $this.t4_1 = computeShift(Companion_instance_2, newHashSize);
3182
3587
  var i = 0;
3183
- while (i < $this.n4_1) {
3588
+ while (i < $this.s4_1) {
3184
3589
  var _unary__edvuaz = i;
3185
3590
  i = _unary__edvuaz + 1 | 0;
3186
3591
  if (!putRehash($this, _unary__edvuaz)) {
3187
- throw IllegalStateException.g2('This cannot happen with fixed magic multiplier and grow-only hash array. Have object hashCodes changed?');
3592
+ throw IllegalStateException.k2('This cannot happen with fixed magic multiplier and grow-only hash array. Have object hashCodes changed?');
3188
3593
  }
3189
3594
  }
3190
3595
  }
3191
3596
  function putRehash($this, i) {
3192
- var hash_0 = hash($this, $this.i4_1[i]);
3193
- var probesLeft = $this.m4_1;
3597
+ var hash_0 = hash($this, $this.n4_1[i]);
3598
+ var probesLeft = $this.r4_1;
3194
3599
  while (true) {
3195
- var index = $this.l4_1[hash_0];
3600
+ var index = $this.q4_1[hash_0];
3196
3601
  if (index === 0) {
3197
- $this.l4_1[hash_0] = i + 1 | 0;
3198
- $this.k4_1[i] = hash_0;
3602
+ $this.q4_1[hash_0] = i + 1 | 0;
3603
+ $this.p4_1[i] = hash_0;
3199
3604
  return true;
3200
3605
  }
3201
3606
  probesLeft = probesLeft - 1 | 0;
@@ -3209,12 +3614,12 @@ function putRehash($this, i) {
3209
3614
  }
3210
3615
  function findKey($this, key) {
3211
3616
  var hash_0 = hash($this, key);
3212
- var probesLeft = $this.m4_1;
3617
+ var probesLeft = $this.r4_1;
3213
3618
  while (true) {
3214
- var index = $this.l4_1[hash_0];
3619
+ var index = $this.q4_1[hash_0];
3215
3620
  if (index === 0)
3216
3621
  return -1;
3217
- if (equals($this.i4_1[index - 1 | 0], key))
3622
+ if (equals($this.n4_1[index - 1 | 0], key))
3218
3623
  return index - 1 | 0;
3219
3624
  probesLeft = probesLeft - 1 | 0;
3220
3625
  if (probesLeft < 0)
@@ -3226,31 +3631,31 @@ function findKey($this, key) {
3226
3631
  }
3227
3632
  }
3228
3633
  function addKey($this, key) {
3229
- $this.k5();
3634
+ $this.p5();
3230
3635
  retry: while (true) {
3231
3636
  var hash_0 = hash($this, key);
3232
- var tentativeMaxProbeDistance = coerceAtMost(imul_0($this.m4_1, 2), _get_hashSize__tftcho($this) / 2 | 0);
3637
+ var tentativeMaxProbeDistance = coerceAtMost(imul_0($this.r4_1, 2), _get_hashSize__tftcho($this) / 2 | 0);
3233
3638
  var probeDistance = 0;
3234
3639
  while (true) {
3235
- var index = $this.l4_1[hash_0];
3640
+ var index = $this.q4_1[hash_0];
3236
3641
  if (index === 0) {
3237
- if ($this.n4_1 >= _get_capacity__a9k9f3($this)) {
3642
+ if ($this.s4_1 >= _get_capacity__a9k9f3($this)) {
3238
3643
  ensureExtraCapacity($this, 1);
3239
3644
  continue retry;
3240
3645
  }
3241
- var _unary__edvuaz = $this.n4_1;
3242
- $this.n4_1 = _unary__edvuaz + 1 | 0;
3646
+ var _unary__edvuaz = $this.s4_1;
3647
+ $this.s4_1 = _unary__edvuaz + 1 | 0;
3243
3648
  var putIndex = _unary__edvuaz;
3244
- $this.i4_1[putIndex] = key;
3245
- $this.k4_1[putIndex] = hash_0;
3246
- $this.l4_1[hash_0] = putIndex + 1 | 0;
3247
- $this.q4_1 = $this.q4_1 + 1 | 0;
3649
+ $this.n4_1[putIndex] = key;
3650
+ $this.p4_1[putIndex] = hash_0;
3651
+ $this.q4_1[hash_0] = putIndex + 1 | 0;
3652
+ $this.v4_1 = $this.v4_1 + 1 | 0;
3248
3653
  registerModification($this);
3249
- if (probeDistance > $this.m4_1)
3250
- $this.m4_1 = probeDistance;
3654
+ if (probeDistance > $this.r4_1)
3655
+ $this.r4_1 = probeDistance;
3251
3656
  return putIndex;
3252
3657
  }
3253
- if (equals($this.i4_1[index - 1 | 0], key)) {
3658
+ if (equals($this.n4_1[index - 1 | 0], key)) {
3254
3659
  return -index | 0;
3255
3660
  }
3256
3661
  probeDistance = probeDistance + 1 | 0;
@@ -3266,46 +3671,49 @@ function addKey($this, key) {
3266
3671
  }
3267
3672
  }
3268
3673
  function contentEquals($this, other) {
3269
- return $this.q4_1 === other.t() && $this.l5(other.r1());
3674
+ return $this.v4_1 === other.t() && $this.q5(other.s1());
3270
3675
  }
3271
- var Companion_instance_1;
3272
- function Companion_getInstance_1() {
3273
- return Companion_instance_1;
3676
+ var Companion_instance_2;
3677
+ function Companion_getInstance_2() {
3678
+ return Companion_instance_2;
3274
3679
  }
3275
3680
  function init_kotlin_collections_LinkedHashSet(_this__u8e3s4) {
3276
3681
  }
3277
3682
  function init_kotlin_UnsupportedOperationException(_this__u8e3s4) {
3278
- captureStack(_this__u8e3s4, _this__u8e3s4.d4_1);
3683
+ captureStack(_this__u8e3s4, _this__u8e3s4.i4_1);
3279
3684
  }
3280
3685
  function init_kotlin_IllegalStateException(_this__u8e3s4) {
3281
- captureStack(_this__u8e3s4, _this__u8e3s4.f2_1);
3686
+ captureStack(_this__u8e3s4, _this__u8e3s4.j2_1);
3282
3687
  }
3283
3688
  function init_kotlin_IllegalArgumentException(_this__u8e3s4) {
3284
3689
  captureStack(_this__u8e3s4, _this__u8e3s4.j_1);
3285
3690
  }
3286
3691
  function init_kotlin_RuntimeException(_this__u8e3s4) {
3287
- captureStack(_this__u8e3s4, _this__u8e3s4.h5_1);
3692
+ captureStack(_this__u8e3s4, _this__u8e3s4.m5_1);
3288
3693
  }
3289
3694
  function init_kotlin_Exception(_this__u8e3s4) {
3290
- captureStack(_this__u8e3s4, _this__u8e3s4.b2_1);
3695
+ captureStack(_this__u8e3s4, _this__u8e3s4.f2_1);
3291
3696
  }
3292
3697
  function init_kotlin_NoSuchElementException(_this__u8e3s4) {
3293
3698
  captureStack(_this__u8e3s4, _this__u8e3s4.f_1);
3294
3699
  }
3295
3700
  function init_kotlin_IndexOutOfBoundsException(_this__u8e3s4) {
3296
- captureStack(_this__u8e3s4, _this__u8e3s4.v2_1);
3701
+ captureStack(_this__u8e3s4, _this__u8e3s4.a3_1);
3297
3702
  }
3298
3703
  function init_kotlin_ArithmeticException(_this__u8e3s4) {
3299
- captureStack(_this__u8e3s4, _this__u8e3s4.a7_1);
3704
+ captureStack(_this__u8e3s4, _this__u8e3s4.g7_1);
3705
+ }
3706
+ function init_kotlin_NumberFormatException(_this__u8e3s4) {
3707
+ captureStack(_this__u8e3s4, _this__u8e3s4.m7_1);
3300
3708
  }
3301
3709
  function init_kotlin_ConcurrentModificationException(_this__u8e3s4) {
3302
- captureStack(_this__u8e3s4, _this__u8e3s4.b5_1);
3710
+ captureStack(_this__u8e3s4, _this__u8e3s4.g5_1);
3303
3711
  }
3304
3712
  function init_kotlin_NullPointerException(_this__u8e3s4) {
3305
- captureStack(_this__u8e3s4, _this__u8e3s4.j2_1);
3713
+ captureStack(_this__u8e3s4, _this__u8e3s4.n2_1);
3306
3714
  }
3307
3715
  function init_kotlin_ClassCastException(_this__u8e3s4) {
3308
- captureStack(_this__u8e3s4, _this__u8e3s4.n2_1);
3716
+ captureStack(_this__u8e3s4, _this__u8e3s4.r2_1);
3309
3717
  }
3310
3718
  function fillFrom(src, dst) {
3311
3719
  var srcLen = src.length;
@@ -3343,6 +3751,36 @@ function arrayCopyResize(source, newSize, defaultValue) {
3343
3751
  function abs_0(n) {
3344
3752
  return n < 0 ? -n | 0 : n;
3345
3753
  }
3754
+ function get_INV_2_26() {
3755
+ _init_properties_PlatformRandom_kt__6kjv62();
3756
+ return INV_2_26;
3757
+ }
3758
+ var INV_2_26;
3759
+ function get_INV_2_53() {
3760
+ _init_properties_PlatformRandom_kt__6kjv62();
3761
+ return INV_2_53;
3762
+ }
3763
+ var INV_2_53;
3764
+ function doubleFromParts(hi26, low27) {
3765
+ _init_properties_PlatformRandom_kt__6kjv62();
3766
+ return hi26 * get_INV_2_26() + low27 * get_INV_2_53();
3767
+ }
3768
+ function defaultPlatformRandom() {
3769
+ _init_properties_PlatformRandom_kt__6kjv62();
3770
+ // Inline function 'kotlin.js.unsafeCast' call
3771
+ var tmp$ret$0 = Math.random() * Math.pow(2, 32) | 0;
3772
+ return Random_0(tmp$ret$0);
3773
+ }
3774
+ var properties_initialized_PlatformRandom_kt_uibhw8;
3775
+ function _init_properties_PlatformRandom_kt__6kjv62() {
3776
+ if (!properties_initialized_PlatformRandom_kt_uibhw8) {
3777
+ properties_initialized_PlatformRandom_kt_uibhw8 = true;
3778
+ // Inline function 'kotlin.math.pow' call
3779
+ INV_2_26 = Math.pow(2.0, -26);
3780
+ // Inline function 'kotlin.math.pow' call
3781
+ INV_2_53 = Math.pow(2.0, -53);
3782
+ }
3783
+ }
3346
3784
  function reset(_this__u8e3s4) {
3347
3785
  _this__u8e3s4.lastIndex = 0;
3348
3786
  }
@@ -3356,17 +3794,184 @@ function uppercaseChar(_this__u8e3s4) {
3356
3794
  function isWhitespace(_this__u8e3s4) {
3357
3795
  return isWhitespaceImpl(_this__u8e3s4);
3358
3796
  }
3359
- var Companion_instance_2;
3360
- function Companion_getInstance_2() {
3361
- if (Companion_instance_2 === VOID)
3362
- new Companion_2();
3363
- return Companion_instance_2;
3797
+ function checkRadix(radix) {
3798
+ if (!(2 <= radix ? radix <= 36 : false)) {
3799
+ throw IllegalArgumentException.k('radix ' + radix + ' was not in valid range 2..36');
3800
+ }
3801
+ return radix;
3802
+ }
3803
+ function toInt(_this__u8e3s4) {
3804
+ var tmp0_elvis_lhs = toIntOrNull(_this__u8e3s4);
3805
+ var tmp;
3806
+ if (tmp0_elvis_lhs == null) {
3807
+ numberFormatError(_this__u8e3s4);
3808
+ } else {
3809
+ tmp = tmp0_elvis_lhs;
3810
+ }
3811
+ return tmp;
3812
+ }
3813
+ function digitOf(char, radix) {
3814
+ // Inline function 'kotlin.let' call
3815
+ var it = Char__compareTo_impl_ypi4mb(char, _Char___init__impl__6a9atx(48)) >= 0 && Char__compareTo_impl_ypi4mb(char, _Char___init__impl__6a9atx(57)) <= 0 ? Char__minus_impl_a2frrh(char, _Char___init__impl__6a9atx(48)) : Char__compareTo_impl_ypi4mb(char, _Char___init__impl__6a9atx(65)) >= 0 && Char__compareTo_impl_ypi4mb(char, _Char___init__impl__6a9atx(90)) <= 0 ? Char__minus_impl_a2frrh(char, _Char___init__impl__6a9atx(65)) + 10 | 0 : Char__compareTo_impl_ypi4mb(char, _Char___init__impl__6a9atx(97)) >= 0 && Char__compareTo_impl_ypi4mb(char, _Char___init__impl__6a9atx(122)) <= 0 ? Char__minus_impl_a2frrh(char, _Char___init__impl__6a9atx(97)) + 10 | 0 : Char__compareTo_impl_ypi4mb(char, _Char___init__impl__6a9atx(128)) < 0 ? -1 : Char__compareTo_impl_ypi4mb(char, _Char___init__impl__6a9atx(65313)) >= 0 && Char__compareTo_impl_ypi4mb(char, _Char___init__impl__6a9atx(65338)) <= 0 ? Char__minus_impl_a2frrh(char, _Char___init__impl__6a9atx(65313)) + 10 | 0 : Char__compareTo_impl_ypi4mb(char, _Char___init__impl__6a9atx(65345)) >= 0 && Char__compareTo_impl_ypi4mb(char, _Char___init__impl__6a9atx(65370)) <= 0 ? Char__minus_impl_a2frrh(char, _Char___init__impl__6a9atx(65345)) + 10 | 0 : digitToIntImpl(char);
3816
+ return it >= radix ? -1 : it;
3817
+ }
3818
+ var Companion_instance_3;
3819
+ function Companion_getInstance_3() {
3820
+ if (Companion_instance_3 === VOID)
3821
+ new Companion_3();
3822
+ return Companion_instance_3;
3823
+ }
3824
+ function Regex$replace$lambda($replacement) {
3825
+ return (it) => substituteGroupRefs(it, $replacement);
3826
+ }
3827
+ var RegexOption_IGNORE_CASE_instance;
3828
+ var RegexOption_MULTILINE_instance;
3829
+ var RegexOption_entriesInitialized;
3830
+ function RegexOption_initEntries() {
3831
+ if (RegexOption_entriesInitialized)
3832
+ return Unit_instance;
3833
+ RegexOption_entriesInitialized = true;
3834
+ RegexOption_IGNORE_CASE_instance = new RegexOption('IGNORE_CASE', 0, 'i');
3835
+ RegexOption_MULTILINE_instance = new RegexOption('MULTILINE', 1, 'm');
3364
3836
  }
3365
3837
  function toFlags(_this__u8e3s4, prepend) {
3366
3838
  return joinToString_0(_this__u8e3s4, '', prepend, VOID, VOID, VOID, toFlags$lambda);
3367
3839
  }
3840
+ function findNext(_this__u8e3s4, input, from, nextPattern) {
3841
+ _this__u8e3s4.lastIndex = from;
3842
+ var match = _this__u8e3s4.exec(input);
3843
+ if (match == null)
3844
+ return null;
3845
+ var range = numberRangeToNumber(match.index, _this__u8e3s4.lastIndex - 1 | 0);
3846
+ return new findNext$1(range, match, nextPattern, input);
3847
+ }
3848
+ function substituteGroupRefs(match, replacement) {
3849
+ var index = 0;
3850
+ var result = StringBuilder.n();
3851
+ while (index < replacement.length) {
3852
+ var _unary__edvuaz = index;
3853
+ index = _unary__edvuaz + 1 | 0;
3854
+ var char = charCodeAt(replacement, _unary__edvuaz);
3855
+ if (char === _Char___init__impl__6a9atx(92)) {
3856
+ if (index === replacement.length)
3857
+ throw IllegalArgumentException.k('The Char to be escaped is missing');
3858
+ var _unary__edvuaz_0 = index;
3859
+ index = _unary__edvuaz_0 + 1 | 0;
3860
+ result.o6(charCodeAt(replacement, _unary__edvuaz_0));
3861
+ } else if (char === _Char___init__impl__6a9atx(36)) {
3862
+ if (index === replacement.length)
3863
+ throw IllegalArgumentException.k('Capturing group index is missing');
3864
+ if (charCodeAt(replacement, index) === _Char___init__impl__6a9atx(123)) {
3865
+ index = index + 1 | 0;
3866
+ var endIndex = readGroupName(replacement, index);
3867
+ if (index === endIndex)
3868
+ throw IllegalArgumentException.k('Named capturing group reference should have a non-empty name');
3869
+ if (endIndex === replacement.length || !(charCodeAt(replacement, endIndex) === _Char___init__impl__6a9atx(125)))
3870
+ throw IllegalArgumentException.k("Named capturing group reference is missing trailing '}'");
3871
+ var groupName = substring(replacement, index, endIndex);
3872
+ var tmp0_safe_receiver = get(match.w8(), groupName);
3873
+ var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.x8_1;
3874
+ result.n6(tmp1_elvis_lhs == null ? '' : tmp1_elvis_lhs);
3875
+ index = endIndex + 1 | 0;
3876
+ } else {
3877
+ var containsArg = charCodeAt(replacement, index);
3878
+ if (!(_Char___init__impl__6a9atx(48) <= containsArg ? containsArg <= _Char___init__impl__6a9atx(57) : false))
3879
+ throw IllegalArgumentException.k('Invalid capturing group reference');
3880
+ var groups = match.w8();
3881
+ var endIndex_0 = readGroupIndex(replacement, index, groups.t());
3882
+ var groupIndex = toInt(substring(replacement, index, endIndex_0));
3883
+ if (groupIndex >= groups.t())
3884
+ throw IndexOutOfBoundsException.b3('Group with index ' + groupIndex + ' does not exist');
3885
+ var tmp2_safe_receiver = groups.s(groupIndex);
3886
+ var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.x8_1;
3887
+ result.n6(tmp3_elvis_lhs == null ? '' : tmp3_elvis_lhs);
3888
+ index = endIndex_0;
3889
+ }
3890
+ } else {
3891
+ result.o6(char);
3892
+ }
3893
+ }
3894
+ return result.toString();
3895
+ }
3896
+ function readGroupName(_this__u8e3s4, startIndex) {
3897
+ var index = startIndex;
3898
+ $l$loop: while (index < _this__u8e3s4.length) {
3899
+ if (charCodeAt(_this__u8e3s4, index) === _Char___init__impl__6a9atx(125)) {
3900
+ break $l$loop;
3901
+ } else {
3902
+ index = index + 1 | 0;
3903
+ }
3904
+ }
3905
+ return index;
3906
+ }
3907
+ function get(_this__u8e3s4, name) {
3908
+ var tmp0_elvis_lhs = isInterface(_this__u8e3s4, MatchNamedGroupCollection) ? _this__u8e3s4 : null;
3909
+ var tmp;
3910
+ if (tmp0_elvis_lhs == null) {
3911
+ throw UnsupportedOperationException.x6('Retrieving groups by name is not supported on this platform.');
3912
+ } else {
3913
+ tmp = tmp0_elvis_lhs;
3914
+ }
3915
+ var namedGroups = tmp;
3916
+ return namedGroups.y8(name);
3917
+ }
3918
+ function readGroupIndex(_this__u8e3s4, startIndex, groupCount) {
3919
+ var index = startIndex + 1 | 0;
3920
+ var groupIndex = Char__minus_impl_a2frrh(charCodeAt(_this__u8e3s4, startIndex), _Char___init__impl__6a9atx(48));
3921
+ $l$loop_0: while (true) {
3922
+ var tmp;
3923
+ if (index < _this__u8e3s4.length) {
3924
+ var containsArg = charCodeAt(_this__u8e3s4, index);
3925
+ tmp = _Char___init__impl__6a9atx(48) <= containsArg ? containsArg <= _Char___init__impl__6a9atx(57) : false;
3926
+ } else {
3927
+ tmp = false;
3928
+ }
3929
+ if (!tmp) {
3930
+ break $l$loop_0;
3931
+ }
3932
+ var newGroupIndex = imul_0(groupIndex, 10) + Char__minus_impl_a2frrh(charCodeAt(_this__u8e3s4, index), _Char___init__impl__6a9atx(48)) | 0;
3933
+ if (0 <= newGroupIndex ? newGroupIndex < groupCount : false) {
3934
+ groupIndex = newGroupIndex;
3935
+ index = index + 1 | 0;
3936
+ } else {
3937
+ break $l$loop_0;
3938
+ }
3939
+ }
3940
+ return index;
3941
+ }
3368
3942
  function toFlags$lambda(it) {
3369
- return it.y7_1;
3943
+ return it.v8_1;
3944
+ }
3945
+ function findNext$o$groups$o$iterator$lambda(this$0) {
3946
+ return (it) => this$0.s(it);
3947
+ }
3948
+ function hasOwnPrototypeProperty($this, o, name) {
3949
+ // Inline function 'kotlin.js.unsafeCast' call
3950
+ return Object.prototype.hasOwnProperty.call(o, name);
3951
+ }
3952
+ function advanceToNextCharacter($this, index) {
3953
+ if (index < get_lastIndex_0($this.h9_1)) {
3954
+ // Inline function 'kotlin.js.asDynamic' call
3955
+ // Inline function 'kotlin.js.unsafeCast' call
3956
+ var code1 = $this.h9_1.charCodeAt(index);
3957
+ if (55296 <= code1 ? code1 <= 56319 : false) {
3958
+ // Inline function 'kotlin.js.asDynamic' call
3959
+ // Inline function 'kotlin.js.unsafeCast' call
3960
+ var code2 = $this.h9_1.charCodeAt(index + 1 | 0);
3961
+ if (56320 <= code2 ? code2 <= 57343 : false) {
3962
+ return index + 2 | 0;
3963
+ }
3964
+ }
3965
+ }
3966
+ return index + 1 | 0;
3967
+ }
3968
+ function RegexOption_IGNORE_CASE_getInstance() {
3969
+ RegexOption_initEntries();
3970
+ return RegexOption_IGNORE_CASE_instance;
3971
+ }
3972
+ function RegexOption_MULTILINE_getInstance() {
3973
+ RegexOption_initEntries();
3974
+ return RegexOption_MULTILINE_instance;
3370
3975
  }
3371
3976
  var STRING_CASE_INSENSITIVE_ORDER;
3372
3977
  function substring(_this__u8e3s4, startIndex, endIndex) {
@@ -3438,11 +4043,48 @@ function _init_properties_stringJs_kt__bg7zye() {
3438
4043
  STRING_CASE_INSENSITIVE_ORDER = new sam$kotlin_Comparator$0(tmp);
3439
4044
  }
3440
4045
  }
4046
+ function repeat(_this__u8e3s4, n) {
4047
+ // Inline function 'kotlin.require' call
4048
+ if (!(n >= 0)) {
4049
+ var message = "Count 'n' must be non-negative, but was " + n + '.';
4050
+ throw IllegalArgumentException.k(toString_1(message));
4051
+ }
4052
+ var tmp;
4053
+ switch (n) {
4054
+ case 0:
4055
+ tmp = '';
4056
+ break;
4057
+ case 1:
4058
+ tmp = toString_1(_this__u8e3s4);
4059
+ break;
4060
+ default:
4061
+ var result = '';
4062
+ // Inline function 'kotlin.text.isEmpty' call
4063
+
4064
+ if (!(charSequenceLength(_this__u8e3s4) === 0)) {
4065
+ var s = toString_1(_this__u8e3s4);
4066
+ var count = n;
4067
+ $l$loop: while (true) {
4068
+ if ((count & 1) === 1) {
4069
+ result = result + s;
4070
+ }
4071
+ count = count >>> 1 | 0;
4072
+ if (count === 0) {
4073
+ break $l$loop;
4074
+ }
4075
+ s = s + s;
4076
+ }
4077
+ }
4078
+
4079
+ return result;
4080
+ }
4081
+ return tmp;
4082
+ }
3441
4083
  function replace(_this__u8e3s4, oldValue, newValue, ignoreCase) {
3442
4084
  ignoreCase = ignoreCase === VOID ? false : ignoreCase;
3443
- var tmp2 = new RegExp(Companion_getInstance_2().m7(oldValue), ignoreCase ? 'gui' : 'gu');
4085
+ var tmp2 = new RegExp(Companion_getInstance_3().b8(oldValue), ignoreCase ? 'gui' : 'gu');
3444
4086
  // Inline function 'kotlin.text.nativeReplace' call
3445
- var replacement = Companion_getInstance_2().n7(newValue);
4087
+ var replacement = Companion_getInstance_3().c8(newValue);
3446
4088
  // Inline function 'kotlin.js.asDynamic' call
3447
4089
  return _this__u8e3s4.replace(tmp2, replacement);
3448
4090
  }
@@ -3462,14 +4104,14 @@ function regionMatches(_this__u8e3s4, thisOffset, other, otherOffset, length, ig
3462
4104
  function AbstractCollection$toString$lambda(this$0) {
3463
4105
  return (it) => it === this$0 ? '(this Collection)' : toString_0(it);
3464
4106
  }
3465
- var Companion_instance_3;
3466
- function Companion_getInstance_3() {
3467
- return Companion_instance_3;
3468
- }
3469
4107
  var Companion_instance_4;
3470
4108
  function Companion_getInstance_4() {
3471
4109
  return Companion_instance_4;
3472
4110
  }
4111
+ var Companion_instance_5;
4112
+ function Companion_getInstance_5() {
4113
+ return Companion_instance_5;
4114
+ }
3473
4115
  function collectionToArrayCommonImpl(collection) {
3474
4116
  if (collection.e1()) {
3475
4117
  // Inline function 'kotlin.emptyArray' call
@@ -3490,6 +4132,9 @@ function collectionToArrayCommonImpl(collection) {
3490
4132
  function get_lastIndex(_this__u8e3s4) {
3491
4133
  return _this__u8e3s4.t() - 1 | 0;
3492
4134
  }
4135
+ function get_indices(_this__u8e3s4) {
4136
+ return numberRangeToNumber(0, _this__u8e3s4.t() - 1 | 0);
4137
+ }
3493
4138
  function emptyList() {
3494
4139
  return EmptyList_getInstance();
3495
4140
  }
@@ -3504,7 +4149,7 @@ function optimizeReadOnlyList(_this__u8e3s4) {
3504
4149
  }
3505
4150
  }
3506
4151
  function throwIndexOverflow() {
3507
- throw ArithmeticException.c7('Index overflow has happened.');
4152
+ throw ArithmeticException.i7('Index overflow has happened.');
3508
4153
  }
3509
4154
  var EmptyList_instance;
3510
4155
  function EmptyList_getInstance() {
@@ -3539,7 +4184,7 @@ function optimizeReadOnlySet(_this__u8e3s4) {
3539
4184
  }
3540
4185
  }
3541
4186
  function hashSetOf(elements) {
3542
- return toCollection(elements, HashSet.v4(mapCapacity(elements.length)));
4187
+ return toCollection(elements, HashSet.a5(mapCapacity(elements.length)));
3543
4188
  }
3544
4189
  var EmptySet_instance;
3545
4190
  function EmptySet_getInstance() {
@@ -3565,16 +4210,41 @@ function mod(a, b) {
3565
4210
  var mod = a % b | 0;
3566
4211
  return mod >= 0 ? mod : mod + b | 0;
3567
4212
  }
3568
- var Companion_instance_5;
3569
- function Companion_getInstance_5() {
3570
- if (Companion_instance_5 === VOID)
3571
- new Companion_5();
3572
- return Companion_instance_5;
4213
+ var Default_instance;
4214
+ function Default_getInstance() {
4215
+ if (Default_instance === VOID)
4216
+ Default.ha();
4217
+ return Default_instance;
4218
+ }
4219
+ function Random_0(seed) {
4220
+ return XorWowRandom.ra(seed, seed >> 31);
4221
+ }
4222
+ function takeUpperBits(_this__u8e3s4, bitCount) {
4223
+ return (_this__u8e3s4 >>> (32 - bitCount | 0) | 0) & (-bitCount | 0) >> 31;
4224
+ }
4225
+ function checkInvariants($this) {
4226
+ // Inline function 'kotlin.require' call
4227
+ if (!!(($this.la_1 | $this.ma_1 | $this.na_1 | $this.oa_1 | $this.pa_1) === 0)) {
4228
+ var message = 'Initial state must have at least one non-zero element.';
4229
+ throw IllegalArgumentException.k(toString_1(message));
4230
+ }
3573
4231
  }
3574
4232
  var Companion_instance_6;
3575
4233
  function Companion_getInstance_6() {
4234
+ if (Companion_instance_6 === VOID)
4235
+ new Companion_6();
3576
4236
  return Companion_instance_6;
3577
4237
  }
4238
+ var Companion_instance_7;
4239
+ function Companion_getInstance_7() {
4240
+ if (Companion_instance_7 === VOID)
4241
+ new Companion_7();
4242
+ return Companion_instance_7;
4243
+ }
4244
+ var Companion_instance_8;
4245
+ function Companion_getInstance_8() {
4246
+ return Companion_instance_8;
4247
+ }
3578
4248
  function appendElement(_this__u8e3s4, element, transform) {
3579
4249
  if (!(transform == null))
3580
4250
  _this__u8e3s4.o(transform(element));
@@ -3583,7 +4253,7 @@ function appendElement(_this__u8e3s4, element, transform) {
3583
4253
  _this__u8e3s4.o(element);
3584
4254
  else {
3585
4255
  if (element instanceof Char)
3586
- _this__u8e3s4.j6(element.y8_1);
4256
+ _this__u8e3s4.o6(element.bb_1);
3587
4257
  else {
3588
4258
  _this__u8e3s4.o(toString_1(element));
3589
4259
  }
@@ -3683,7 +4353,7 @@ function replaceIndent(_this__u8e3s4, newIndent) {
3683
4353
  destination_1.l(tmp0_safe_receiver_0);
3684
4354
  }
3685
4355
  }
3686
- return joinTo_0(destination_1, StringBuilder.n6(tmp2), '\n').toString();
4356
+ return joinTo_0(destination_1, StringBuilder.s6(tmp2), '\n').toString();
3687
4357
  }
3688
4358
  function indentWidth(_this__u8e3s4) {
3689
4359
  var tmp$ret$0;
@@ -3724,6 +4394,67 @@ function getIndentFunction$lambda(line) {
3724
4394
  function getIndentFunction$lambda_0($indent) {
3725
4395
  return (line) => $indent + line;
3726
4396
  }
4397
+ function toIntOrNull(_this__u8e3s4) {
4398
+ return toIntOrNull_0(_this__u8e3s4, 10);
4399
+ }
4400
+ function toIntOrNull_0(_this__u8e3s4, radix) {
4401
+ checkRadix(radix);
4402
+ var length = _this__u8e3s4.length;
4403
+ if (length === 0)
4404
+ return null;
4405
+ var start;
4406
+ var isNegative;
4407
+ var limit;
4408
+ var firstChar = charCodeAt(_this__u8e3s4, 0);
4409
+ if (Char__compareTo_impl_ypi4mb(firstChar, _Char___init__impl__6a9atx(48)) < 0) {
4410
+ if (length === 1)
4411
+ return null;
4412
+ start = 1;
4413
+ if (firstChar === _Char___init__impl__6a9atx(45)) {
4414
+ isNegative = true;
4415
+ limit = -2147483648;
4416
+ } else if (firstChar === _Char___init__impl__6a9atx(43)) {
4417
+ isNegative = false;
4418
+ limit = -2147483647;
4419
+ } else
4420
+ return null;
4421
+ } else {
4422
+ start = 0;
4423
+ isNegative = false;
4424
+ limit = -2147483647;
4425
+ }
4426
+ var limitForMaxRadix = -59652323;
4427
+ var limitBeforeMul = limitForMaxRadix;
4428
+ var result = 0;
4429
+ var inductionVariable = start;
4430
+ if (inductionVariable < length)
4431
+ do {
4432
+ var i = inductionVariable;
4433
+ inductionVariable = inductionVariable + 1 | 0;
4434
+ var digit = digitOf(charCodeAt(_this__u8e3s4, i), radix);
4435
+ if (digit < 0)
4436
+ return null;
4437
+ if (result < limitBeforeMul) {
4438
+ if (limitBeforeMul === limitForMaxRadix) {
4439
+ limitBeforeMul = limit / radix | 0;
4440
+ if (result < limitBeforeMul) {
4441
+ return null;
4442
+ }
4443
+ } else {
4444
+ return null;
4445
+ }
4446
+ }
4447
+ result = imul_0(result, radix);
4448
+ if (result < (limit + digit | 0))
4449
+ return null;
4450
+ result = result - digit | 0;
4451
+ }
4452
+ while (inductionVariable < length);
4453
+ return isNegative ? result : -result | 0;
4454
+ }
4455
+ function numberFormatError(input) {
4456
+ throw NumberFormatException.o7("Invalid number format: '" + input + "'");
4457
+ }
3727
4458
  function split(_this__u8e3s4, delimiters, ignoreCase, limit) {
3728
4459
  ignoreCase = ignoreCase === VOID ? false : ignoreCase;
3729
4460
  limit = limit === VOID ? 0 : limit;
@@ -3811,6 +4542,12 @@ function indexOf_1(_this__u8e3s4, string, startIndex, ignoreCase) {
3811
4542
  }
3812
4543
  return tmp;
3813
4544
  }
4545
+ function removePrefix(_this__u8e3s4, prefix) {
4546
+ if (startsWith_0(_this__u8e3s4, prefix)) {
4547
+ return substring_0(_this__u8e3s4, charSequenceLength(prefix));
4548
+ }
4549
+ return _this__u8e3s4;
4550
+ }
3814
4551
  function lines(_this__u8e3s4) {
3815
4552
  return toList_0(lineSequence(_this__u8e3s4));
3816
4553
  }
@@ -3868,7 +4605,7 @@ function rangesDelimitedBy(_this__u8e3s4, delimiters, startIndex, ignoreCase, li
3868
4605
  return new DelimitedRangesSequence(_this__u8e3s4, startIndex, limit, rangesDelimitedBy$lambda(delimitersList, ignoreCase));
3869
4606
  }
3870
4607
  function substring_1(_this__u8e3s4, range) {
3871
- return toString_1(charSequenceSubSequence(_this__u8e3s4, range.p8(), range.t8() + 1 | 0));
4608
+ return toString_1(charSequenceSubSequence(_this__u8e3s4, range.r8(), range.s8() + 1 | 0));
3872
4609
  }
3873
4610
  function trim(_this__u8e3s4) {
3874
4611
  // Inline function 'kotlin.text.trim' call
@@ -3995,9 +4732,9 @@ function indexOf_2(_this__u8e3s4, other, startIndex, endIndex, ignoreCase, last)
3995
4732
  tmp = false;
3996
4733
  }
3997
4734
  if (tmp) {
3998
- var inductionVariable = indices.q8_1;
3999
- var last_0 = indices.r8_1;
4000
- var step = indices.s8_1;
4735
+ var inductionVariable = indices.ua_1;
4736
+ var last_0 = indices.va_1;
4737
+ var step = indices.wa_1;
4001
4738
  if (step > 0 && inductionVariable <= last_0 || (step < 0 && last_0 <= inductionVariable))
4002
4739
  do {
4003
4740
  var index = inductionVariable;
@@ -4007,9 +4744,9 @@ function indexOf_2(_this__u8e3s4, other, startIndex, endIndex, ignoreCase, last)
4007
4744
  }
4008
4745
  while (!(index === last_0));
4009
4746
  } else {
4010
- var inductionVariable_0 = indices.q8_1;
4011
- var last_1 = indices.r8_1;
4012
- var step_0 = indices.s8_1;
4747
+ var inductionVariable_0 = indices.ua_1;
4748
+ var last_1 = indices.va_1;
4749
+ var step_0 = indices.wa_1;
4013
4750
  if (step_0 > 0 && inductionVariable_0 <= last_1 || (step_0 < 0 && last_1 <= inductionVariable_0))
4014
4751
  do {
4015
4752
  var index_0 = inductionVariable_0;
@@ -4021,6 +4758,26 @@ function indexOf_2(_this__u8e3s4, other, startIndex, endIndex, ignoreCase, last)
4021
4758
  }
4022
4759
  return -1;
4023
4760
  }
4761
+ function startsWith_0(_this__u8e3s4, prefix, ignoreCase) {
4762
+ ignoreCase = ignoreCase === VOID ? false : ignoreCase;
4763
+ var tmp;
4764
+ var tmp_0;
4765
+ if (!ignoreCase) {
4766
+ tmp_0 = typeof _this__u8e3s4 === 'string';
4767
+ } else {
4768
+ tmp_0 = false;
4769
+ }
4770
+ if (tmp_0) {
4771
+ tmp = typeof prefix === 'string';
4772
+ } else {
4773
+ tmp = false;
4774
+ }
4775
+ if (tmp)
4776
+ return startsWith(_this__u8e3s4, prefix);
4777
+ else {
4778
+ return regionMatchesImpl(_this__u8e3s4, 0, prefix, 0, charSequenceLength(prefix), ignoreCase);
4779
+ }
4780
+ }
4024
4781
  function lineSequence(_this__u8e3s4) {
4025
4782
  // Inline function 'kotlin.sequences.Sequence' call
4026
4783
  return new lineSequence$$inlined$Sequence$1(_this__u8e3s4);
@@ -4034,40 +4791,40 @@ function requireNonNegativeLimit(limit) {
4034
4791
  return Unit_instance;
4035
4792
  }
4036
4793
  function calcNext($this) {
4037
- if ($this.b9_1 < 0) {
4038
- $this.z8_1 = 0;
4039
- $this.c9_1 = null;
4794
+ if ($this.eb_1 < 0) {
4795
+ $this.cb_1 = 0;
4796
+ $this.fb_1 = null;
4040
4797
  } else {
4041
4798
  var tmp;
4042
4799
  var tmp_0;
4043
- if ($this.e9_1.h9_1 > 0) {
4044
- $this.d9_1 = $this.d9_1 + 1 | 0;
4045
- tmp_0 = $this.d9_1 >= $this.e9_1.h9_1;
4800
+ if ($this.hb_1.kb_1 > 0) {
4801
+ $this.gb_1 = $this.gb_1 + 1 | 0;
4802
+ tmp_0 = $this.gb_1 >= $this.hb_1.kb_1;
4046
4803
  } else {
4047
4804
  tmp_0 = false;
4048
4805
  }
4049
4806
  if (tmp_0) {
4050
4807
  tmp = true;
4051
4808
  } else {
4052
- tmp = $this.b9_1 > charSequenceLength($this.e9_1.f9_1);
4809
+ tmp = $this.eb_1 > charSequenceLength($this.hb_1.ib_1);
4053
4810
  }
4054
4811
  if (tmp) {
4055
- $this.c9_1 = numberRangeToNumber($this.a9_1, get_lastIndex_0($this.e9_1.f9_1));
4056
- $this.b9_1 = -1;
4812
+ $this.fb_1 = numberRangeToNumber($this.db_1, get_lastIndex_0($this.hb_1.ib_1));
4813
+ $this.eb_1 = -1;
4057
4814
  } else {
4058
- var match = $this.e9_1.i9_1($this.e9_1.f9_1, $this.b9_1);
4815
+ var match = $this.hb_1.lb_1($this.hb_1.ib_1, $this.eb_1);
4059
4816
  if (match == null) {
4060
- $this.c9_1 = numberRangeToNumber($this.a9_1, get_lastIndex_0($this.e9_1.f9_1));
4061
- $this.b9_1 = -1;
4817
+ $this.fb_1 = numberRangeToNumber($this.db_1, get_lastIndex_0($this.hb_1.ib_1));
4818
+ $this.eb_1 = -1;
4062
4819
  } else {
4063
- var index = match.l9();
4064
- var length = match.m9();
4065
- $this.c9_1 = until($this.a9_1, index);
4066
- $this.a9_1 = index + length | 0;
4067
- $this.b9_1 = $this.a9_1 + (length === 0 ? 1 : 0) | 0;
4820
+ var index = match.mb();
4821
+ var length = match.nb();
4822
+ $this.fb_1 = until($this.db_1, index);
4823
+ $this.db_1 = index + length | 0;
4824
+ $this.eb_1 = $this.db_1 + (length === 0 ? 1 : 0) | 0;
4068
4825
  }
4069
4826
  }
4070
- $this.z8_1 = 1;
4827
+ $this.cb_1 = 1;
4071
4828
  }
4072
4829
  }
4073
4830
  function findAnyOf(_this__u8e3s4, strings, startIndex, ignoreCase, last) {
@@ -4078,9 +4835,9 @@ function findAnyOf(_this__u8e3s4, strings, startIndex, ignoreCase, last) {
4078
4835
  }
4079
4836
  var indices = !last ? numberRangeToNumber(coerceAtLeast(startIndex, 0), charSequenceLength(_this__u8e3s4)) : downTo(coerceAtMost(startIndex, get_lastIndex_0(_this__u8e3s4)), 0);
4080
4837
  if (typeof _this__u8e3s4 === 'string') {
4081
- var inductionVariable = indices.q8_1;
4082
- var last_0 = indices.r8_1;
4083
- var step = indices.s8_1;
4838
+ var inductionVariable = indices.ua_1;
4839
+ var last_0 = indices.va_1;
4840
+ var step = indices.wa_1;
4084
4841
  if (step > 0 && inductionVariable <= last_0 || (step < 0 && last_0 <= inductionVariable))
4085
4842
  do {
4086
4843
  var index_0 = inductionVariable;
@@ -4104,9 +4861,9 @@ function findAnyOf(_this__u8e3s4, strings, startIndex, ignoreCase, last) {
4104
4861
  }
4105
4862
  while (!(index_0 === last_0));
4106
4863
  } else {
4107
- var inductionVariable_0 = indices.q8_1;
4108
- var last_1 = indices.r8_1;
4109
- var step_0 = indices.s8_1;
4864
+ var inductionVariable_0 = indices.ua_1;
4865
+ var last_1 = indices.va_1;
4866
+ var step_0 = indices.wa_1;
4110
4867
  if (step_0 > 0 && inductionVariable_0 <= last_1 || (step_0 < 0 && last_1 <= inductionVariable_0))
4111
4868
  do {
4112
4869
  var index_1 = inductionVariable_0;
@@ -4170,8 +4927,12 @@ function lastIndexOf_0(_this__u8e3s4, string, startIndex, ignoreCase) {
4170
4927
  }
4171
4928
  return tmp;
4172
4929
  }
4930
+ function contains(_this__u8e3s4, char, ignoreCase) {
4931
+ ignoreCase = ignoreCase === VOID ? false : ignoreCase;
4932
+ return indexOf_0(_this__u8e3s4, char, VOID, ignoreCase) >= 0;
4933
+ }
4173
4934
  function substring_2(_this__u8e3s4, range) {
4174
- return substring(_this__u8e3s4, range.p8(), range.t8() + 1 | 0);
4935
+ return substring(_this__u8e3s4, range.r8(), range.s8() + 1 | 0);
4175
4936
  }
4176
4937
  function rangesDelimitedBy$lambda($delimitersList, $ignoreCase) {
4177
4938
  return ($this$DelimitedRangesSequence, currentIndex) => {
@@ -4181,7 +4942,7 @@ function rangesDelimitedBy$lambda($delimitersList, $ignoreCase) {
4181
4942
  tmp = null;
4182
4943
  } else {
4183
4944
  // Inline function 'kotlin.let' call
4184
- tmp = to(tmp0_safe_receiver.j9_1, tmp0_safe_receiver.k9_1.length);
4945
+ tmp = to(tmp0_safe_receiver.first, tmp0_safe_receiver.second.length);
4185
4946
  }
4186
4947
  return tmp;
4187
4948
  };
@@ -4192,6 +4953,7 @@ function to(_this__u8e3s4, that) {
4192
4953
  //region block: post-declaration
4193
4954
  initMetadataForInterface(CharSequence, 'CharSequence');
4194
4955
  initMetadataForClass(Number_0, 'Number');
4956
+ initMetadataForClass(asSequence$$inlined$Sequence$1);
4195
4957
  initMetadataForClass(asIterable$$inlined$Iterable$1);
4196
4958
  initMetadataForClass(Char, 'Char');
4197
4959
  initMetadataForInterface(Collection, 'Collection');
@@ -4200,8 +4962,11 @@ initMetadataForInterface(KtSet, 'Set', VOID, VOID, [Collection]);
4200
4962
  initMetadataForInterface(Entry, 'Entry');
4201
4963
  initMetadataForInterface(KtMap, 'Map');
4202
4964
  initMetadataForCompanion(Companion);
4965
+ initMetadataForClass(Enum, 'Enum');
4966
+ initMetadataForCompanion(Companion_0);
4203
4967
  initMetadataForClass(Long, 'Long');
4204
4968
  initMetadataForInterface(FunctionAdapter, 'FunctionAdapter');
4969
+ initMetadataForObject(Digit, 'Digit');
4205
4970
  initMetadataForInterface(Comparator, 'Comparator');
4206
4971
  initMetadataForClass(AbstractCollection, 'AbstractCollection', VOID, VOID, [Collection]);
4207
4972
  initMetadataForClass(AbstractList, 'AbstractList', VOID, VOID, [KtList]);
@@ -4213,51 +4978,64 @@ initMetadataForClass(ListIteratorImpl, 'ListIteratorImpl');
4213
4978
  initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, VOID, [KtList, Collection]);
4214
4979
  initMetadataForInterface(RandomAccess, 'RandomAccess');
4215
4980
  initMetadataForClass(SubList, 'SubList', VOID, VOID, [RandomAccess]);
4216
- initMetadataForClass(AbstractMutableSet, 'AbstractMutableSet', VOID, VOID, [KtSet, Collection]);
4217
- initMetadataForCompanion(Companion_0);
4218
- initMetadataForClass(ArrayList, 'ArrayList', ArrayList.x, VOID, [KtList, Collection, RandomAccess]);
4219
- initMetadataForClass(HashSet, 'HashSet', HashSet.h4, VOID, [KtSet, Collection]);
4981
+ initMetadataForClass(AbstractMutableSet, 'AbstractMutableSet', VOID, VOID, [Collection, KtSet]);
4220
4982
  initMetadataForCompanion(Companion_1);
4983
+ initMetadataForClass(ArrayList, 'ArrayList', ArrayList.x, VOID, [KtList, Collection, RandomAccess]);
4984
+ initMetadataForClass(HashSet, 'HashSet', HashSet.m4, VOID, [Collection, KtSet]);
4985
+ initMetadataForCompanion(Companion_2);
4221
4986
  initMetadataForClass(Itr, 'Itr');
4222
4987
  initMetadataForClass(KeysItr, 'KeysItr');
4223
4988
  initMetadataForClass(EntriesItr, 'EntriesItr');
4224
4989
  initMetadataForClass(EntryRef, 'EntryRef', VOID, VOID, [Entry]);
4225
4990
  initMetadataForInterface(InternalMap, 'InternalMap');
4226
- protoOf(InternalHashMap).l5 = containsAllEntries;
4227
- initMetadataForClass(InternalHashMap, 'InternalHashMap', InternalHashMap.s4, VOID, [InternalMap]);
4228
- initMetadataForClass(LinkedHashSet, 'LinkedHashSet', LinkedHashSet.c1, VOID, [KtSet, Collection]);
4229
- initMetadataForClass(Exception, 'Exception', Exception.w6);
4230
- initMetadataForClass(RuntimeException, 'RuntimeException', RuntimeException.r6);
4231
- initMetadataForClass(UnsupportedOperationException, 'UnsupportedOperationException', UnsupportedOperationException.e4);
4232
- initMetadataForClass(IllegalStateException, 'IllegalStateException', IllegalStateException.u6);
4233
- initMetadataForClass(IllegalArgumentException, 'IllegalArgumentException', IllegalArgumentException.v6);
4234
- initMetadataForClass(NoSuchElementException, 'NoSuchElementException', NoSuchElementException.d3);
4235
- initMetadataForClass(IndexOutOfBoundsException, 'IndexOutOfBoundsException', IndexOutOfBoundsException.x6);
4236
- initMetadataForClass(ArithmeticException, 'ArithmeticException', ArithmeticException.b7);
4237
- initMetadataForClass(ConcurrentModificationException, 'ConcurrentModificationException', ConcurrentModificationException.w5);
4238
- initMetadataForClass(NullPointerException, 'NullPointerException', NullPointerException.k2);
4239
- initMetadataForClass(ClassCastException, 'ClassCastException', ClassCastException.o2);
4991
+ protoOf(InternalHashMap).q5 = containsAllEntries;
4992
+ initMetadataForClass(InternalHashMap, 'InternalHashMap', InternalHashMap.x4, VOID, [InternalMap]);
4993
+ initMetadataForClass(LinkedHashSet, 'LinkedHashSet', LinkedHashSet.c1, VOID, [Collection, KtSet]);
4994
+ initMetadataForClass(Exception, 'Exception', Exception.c7);
4995
+ initMetadataForClass(RuntimeException, 'RuntimeException', RuntimeException.w6);
4996
+ initMetadataForClass(UnsupportedOperationException, 'UnsupportedOperationException', UnsupportedOperationException.j4);
4997
+ initMetadataForClass(IllegalStateException, 'IllegalStateException', IllegalStateException.a7);
4998
+ initMetadataForClass(IllegalArgumentException, 'IllegalArgumentException', IllegalArgumentException.b7);
4999
+ initMetadataForClass(NoSuchElementException, 'NoSuchElementException', NoSuchElementException.i3);
5000
+ initMetadataForClass(IndexOutOfBoundsException, 'IndexOutOfBoundsException', IndexOutOfBoundsException.d7);
5001
+ initMetadataForClass(ArithmeticException, 'ArithmeticException', ArithmeticException.h7);
5002
+ initMetadataForClass(NumberFormatException, 'NumberFormatException', NumberFormatException.n7);
5003
+ initMetadataForClass(ConcurrentModificationException, 'ConcurrentModificationException', ConcurrentModificationException.b6);
5004
+ initMetadataForClass(NullPointerException, 'NullPointerException', NullPointerException.o2);
5005
+ initMetadataForClass(ClassCastException, 'ClassCastException', ClassCastException.s2);
4240
5006
  initMetadataForClass(KClassImpl, 'KClassImpl');
4241
5007
  initMetadataForClass(PrimitiveKClassImpl, 'PrimitiveKClassImpl');
4242
5008
  initMetadataForObject(NothingKClassImpl, 'NothingKClassImpl');
4243
5009
  initMetadataForClass(StringBuilder, 'StringBuilder', StringBuilder.n, VOID, [CharSequence]);
4244
- initMetadataForCompanion(Companion_2);
5010
+ initMetadataForCompanion(Companion_3);
4245
5011
  initMetadataForClass(Regex, 'Regex');
5012
+ initMetadataForClass(RegexOption, 'RegexOption');
5013
+ initMetadataForClass(MatchGroup, 'MatchGroup');
5014
+ initMetadataForInterface(MatchNamedGroupCollection, 'MatchNamedGroupCollection', VOID, VOID, [Collection]);
5015
+ initMetadataForClass(findNext$1$groups$1, VOID, VOID, VOID, [MatchNamedGroupCollection]);
5016
+ initMetadataForClass(findNext$1$groupValues$1);
5017
+ initMetadataForClass(findNext$1);
4246
5018
  initMetadataForClass(sam$kotlin_Comparator$0, 'sam$kotlin_Comparator$0', VOID, VOID, [Comparator, FunctionAdapter]);
4247
5019
  initMetadataForClass(SubList_0, 'SubList', VOID, VOID, [RandomAccess]);
4248
5020
  initMetadataForClass(IteratorImpl_0, 'IteratorImpl');
4249
5021
  initMetadataForClass(ListIteratorImpl_0, 'ListIteratorImpl');
4250
- initMetadataForCompanion(Companion_3);
4251
5022
  initMetadataForCompanion(Companion_4);
5023
+ initMetadataForCompanion(Companion_5);
4252
5024
  initMetadataForObject(EmptyList, 'EmptyList', VOID, VOID, [KtList, RandomAccess]);
4253
5025
  initMetadataForObject(EmptyIterator, 'EmptyIterator');
4254
5026
  initMetadataForClass(IntIterator, 'IntIterator');
5027
+ initMetadataForClass(TransformingSequence$iterator$1);
5028
+ initMetadataForClass(TransformingSequence, 'TransformingSequence');
4255
5029
  initMetadataForObject(EmptySet, 'EmptySet', VOID, VOID, [KtSet]);
4256
- initMetadataForCompanion(Companion_5);
5030
+ initMetadataForClass(Random, 'Random');
5031
+ initMetadataForObject(Default, 'Default');
5032
+ initMetadataForCompanion(Companion_6);
5033
+ initMetadataForClass(XorWowRandom, 'XorWowRandom');
5034
+ initMetadataForCompanion(Companion_7);
4257
5035
  initMetadataForClass(IntProgression, 'IntProgression');
4258
5036
  initMetadataForClass(IntRange, 'IntRange');
4259
5037
  initMetadataForClass(IntProgressionIterator, 'IntProgressionIterator');
4260
- initMetadataForCompanion(Companion_6);
5038
+ initMetadataForCompanion(Companion_8);
4261
5039
  initMetadataForClass(DelimitedRangesSequence$iterator$1);
4262
5040
  initMetadataForClass(DelimitedRangesSequence, 'DelimitedRangesSequence');
4263
5041
  initMetadataForObject(State, 'State');
@@ -4266,22 +5044,30 @@ initMetadataForClass(lineSequence$$inlined$Sequence$1);
4266
5044
  initMetadataForClass(Pair, 'Pair');
4267
5045
  //endregion
4268
5046
  //region block: init
5047
+ Companion_instance = new Companion();
4269
5048
  Unit_instance = new Unit();
4270
- Companion_instance_1 = new Companion_1();
4271
- Companion_instance_3 = new Companion_3();
5049
+ Companion_instance_2 = new Companion_2();
4272
5050
  Companion_instance_4 = new Companion_4();
5051
+ Companion_instance_5 = new Companion_5();
4273
5052
  EmptyIterator_instance = new EmptyIterator();
4274
- Companion_instance_6 = new Companion_6();
5053
+ Companion_instance_8 = new Companion_8();
4275
5054
  State_instance = new State();
4276
5055
  //endregion
4277
5056
  //region block: exports
5057
+ export {
5058
+ Pair as Pair,
5059
+ };
4278
5060
  export {
4279
5061
  VOID as VOID3gxj6tk5isa35,
4280
5062
  _Char___init__impl__6a9atx as _Char___init__impl__6a9atx2yltdocdrxs4d,
5063
+ Default_getInstance as Default_getInstance3u7accvuecmtb,
4281
5064
  Unit_instance as Unit_instance3vdlo4e4f5ggx,
5065
+ RegexOption_IGNORE_CASE_getInstance as RegexOption_IGNORE_CASE_getInstance5ovr6gtmcmuu,
5066
+ RegexOption_MULTILINE_getInstance as RegexOption_MULTILINE_getInstance3caq4fchu5vfw,
4282
5067
  ArrayList as ArrayList3it5z8td81qkl,
4283
5068
  drop as drop3na99dw9feawf,
4284
5069
  getOrNull as getOrNull1go7ef9ldk0df,
5070
+ joinToString_0 as joinToString1cxrrlmo0chqs,
4285
5071
  listOf as listOfvhqybd2zx248,
4286
5072
  singleOrNull as singleOrNullrknfaxokm1sl,
4287
5073
  single_0 as singleo93pzdgfc557,
@@ -4291,6 +5077,7 @@ export {
4291
5077
  hashCode_0 as hashCodeq5arwsb9dgti,
4292
5078
  initMetadataForClass as initMetadataForClassbxx6q50dy2s7,
4293
5079
  initMetadataForInterface as initMetadataForInterface1egvbzx539z91,
5080
+ initMetadataForObject as initMetadataForObject1cxne3s9w65el,
4294
5081
  isCharSequence as isCharSequence1ju9jr1w86plq,
4295
5082
  isInterface as isInterface3d6p8outrmvmk,
4296
5083
  toString_1 as toString1pkumu07cwy4m,
@@ -4300,6 +5087,8 @@ export {
4300
5087
  indexOf_1 as indexOfwa4w6635jewi,
4301
5088
  indexOf_0 as indexOf1xbs558u7wr52,
4302
5089
  lastIndexOf as lastIndexOfpmd3ei5son2n,
5090
+ removePrefix as removePrefix279df90bhrqqg,
5091
+ repeat as repeat2w4c6j8zoq09o,
4303
5092
  replace as replace3le3ie7l9k8aq,
4304
5093
  slice as slice18he6c86ndeu7,
4305
5094
  split as split2bvyvnrlcifjv,