@cruglobal/godtools-shared 1.2.0-SNAPSHOT.1767 → 1.2.0-SNAPSHOT.1771

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.
@@ -10338,6 +10338,12 @@ if (typeof String.prototype.startsWith === 'undefined') {
10338
10338
  }
10339
10339
  return toString_1(tmp$ret$1);
10340
10340
  }
10341
+ function splitToSequence(_this__u8e3s4, delimiters, ignoreCase, limit) {
10342
+ ignoreCase = ignoreCase === VOID ? false : ignoreCase;
10343
+ limit = limit === VOID ? 0 : limit;
10344
+ var tmp = rangesDelimitedBy(_this__u8e3s4, delimiters, VOID, ignoreCase, limit);
10345
+ return map(tmp, splitToSequence$lambda(_this__u8e3s4));
10346
+ }
10341
10347
  function contains_6(_this__u8e3s4, other, ignoreCase) {
10342
10348
  ignoreCase = ignoreCase === VOID ? false : ignoreCase;
10343
10349
  var tmp;
@@ -10348,12 +10354,6 @@ if (typeof String.prototype.startsWith === 'undefined') {
10348
10354
  }
10349
10355
  return tmp;
10350
10356
  }
10351
- function splitToSequence(_this__u8e3s4, delimiters, ignoreCase, limit) {
10352
- ignoreCase = ignoreCase === VOID ? false : ignoreCase;
10353
- limit = limit === VOID ? 0 : limit;
10354
- var tmp = rangesDelimitedBy(_this__u8e3s4, delimiters, VOID, ignoreCase, limit);
10355
- return map(tmp, splitToSequence$lambda(_this__u8e3s4));
10356
- }
10357
10357
  function rangesDelimitedBy$lambda($delimiters, $ignoreCase) {
10358
10358
  return function ($this$DelimitedRangesSequence, currentIndex) {
10359
10359
  // Inline function 'kotlin.let' call