@itwin/core-bentley 4.0.0-dev.52 → 4.0.0-dev.55

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.
Files changed (190) hide show
  1. package/lib/cjs/AccessToken.d.ts +10 -10
  2. package/lib/cjs/AccessToken.d.ts.map +1 -1
  3. package/lib/cjs/AccessToken.js +9 -9
  4. package/lib/cjs/Assert.d.ts +25 -25
  5. package/lib/cjs/Assert.js +45 -45
  6. package/lib/cjs/BeEvent.d.ts +81 -81
  7. package/lib/cjs/BeEvent.d.ts.map +1 -1
  8. package/lib/cjs/BeEvent.js +156 -156
  9. package/lib/cjs/BeSQLite.d.ts +172 -172
  10. package/lib/cjs/BeSQLite.js +185 -185
  11. package/lib/cjs/BentleyError.d.ts +378 -378
  12. package/lib/cjs/BentleyError.d.ts.map +1 -1
  13. package/lib/cjs/BentleyError.js +703 -703
  14. package/lib/cjs/BentleyLoggerCategory.d.ts +11 -11
  15. package/lib/cjs/BentleyLoggerCategory.js +19 -19
  16. package/lib/cjs/ByteStream.d.ts +110 -110
  17. package/lib/cjs/ByteStream.js +159 -159
  18. package/lib/cjs/ClassUtils.d.ts +14 -14
  19. package/lib/cjs/ClassUtils.js +27 -27
  20. package/lib/cjs/Compare.d.ts +47 -47
  21. package/lib/cjs/Compare.d.ts.map +1 -1
  22. package/lib/cjs/Compare.js +75 -75
  23. package/lib/cjs/CompressedId64Set.d.ts +134 -134
  24. package/lib/cjs/CompressedId64Set.d.ts.map +1 -1
  25. package/lib/cjs/CompressedId64Set.js +428 -428
  26. package/lib/cjs/CompressedId64Set.js.map +1 -1
  27. package/lib/cjs/Dictionary.d.ts +125 -125
  28. package/lib/cjs/Dictionary.js +203 -203
  29. package/lib/cjs/Disposable.d.ts +80 -80
  30. package/lib/cjs/Disposable.d.ts.map +1 -1
  31. package/lib/cjs/Disposable.js +120 -120
  32. package/lib/cjs/Id.d.ts +285 -285
  33. package/lib/cjs/Id.d.ts.map +1 -1
  34. package/lib/cjs/Id.js +643 -643
  35. package/lib/cjs/IndexMap.d.ts +65 -65
  36. package/lib/cjs/IndexMap.js +91 -91
  37. package/lib/cjs/JsonSchema.d.ts +77 -77
  38. package/lib/cjs/JsonSchema.d.ts.map +1 -1
  39. package/lib/cjs/JsonSchema.js +9 -9
  40. package/lib/cjs/JsonUtils.d.ts +78 -78
  41. package/lib/cjs/JsonUtils.js +151 -151
  42. package/lib/cjs/LRUMap.d.ts +129 -129
  43. package/lib/cjs/LRUMap.js +333 -333
  44. package/lib/cjs/LRUMap.js.map +1 -1
  45. package/lib/cjs/Logger.d.ts +143 -143
  46. package/lib/cjs/Logger.d.ts.map +1 -1
  47. package/lib/cjs/Logger.js +256 -256
  48. package/lib/cjs/Logger.js.map +1 -1
  49. package/lib/cjs/ObservableSet.d.ts +23 -23
  50. package/lib/cjs/ObservableSet.js +51 -51
  51. package/lib/cjs/OneAtATimeAction.d.ts +31 -31
  52. package/lib/cjs/OneAtATimeAction.js +94 -94
  53. package/lib/cjs/OrderedId64Iterable.d.ts +74 -74
  54. package/lib/cjs/OrderedId64Iterable.d.ts.map +1 -1
  55. package/lib/cjs/OrderedId64Iterable.js +235 -235
  56. package/lib/cjs/OrderedSet.d.ts +40 -40
  57. package/lib/cjs/OrderedSet.js +64 -64
  58. package/lib/cjs/PriorityQueue.d.ts +70 -70
  59. package/lib/cjs/PriorityQueue.d.ts.map +1 -1
  60. package/lib/cjs/PriorityQueue.js +140 -140
  61. package/lib/cjs/ProcessDetector.d.ts +59 -59
  62. package/lib/cjs/ProcessDetector.js +71 -71
  63. package/lib/cjs/SortedArray.d.ts +236 -236
  64. package/lib/cjs/SortedArray.d.ts.map +1 -1
  65. package/lib/cjs/SortedArray.js +315 -315
  66. package/lib/cjs/StatusCategory.d.ts +30 -30
  67. package/lib/cjs/StatusCategory.d.ts.map +1 -1
  68. package/lib/cjs/StatusCategory.js +460 -460
  69. package/lib/cjs/StatusCategory.js.map +1 -1
  70. package/lib/cjs/StringUtils.d.ts +22 -22
  71. package/lib/cjs/StringUtils.js +148 -148
  72. package/lib/cjs/Time.d.ts +122 -122
  73. package/lib/cjs/Time.js +152 -152
  74. package/lib/cjs/Time.js.map +1 -1
  75. package/lib/cjs/Tracing.d.ts +40 -40
  76. package/lib/cjs/Tracing.js +127 -127
  77. package/lib/cjs/TupleKeyedMap.d.ts +36 -36
  78. package/lib/cjs/TupleKeyedMap.js +102 -102
  79. package/lib/cjs/TypedArrayBuilder.d.ts +155 -155
  80. package/lib/cjs/TypedArrayBuilder.d.ts.map +1 -1
  81. package/lib/cjs/TypedArrayBuilder.js +206 -206
  82. package/lib/cjs/UnexpectedErrors.d.ts +43 -43
  83. package/lib/cjs/UnexpectedErrors.d.ts.map +1 -1
  84. package/lib/cjs/UnexpectedErrors.js +68 -68
  85. package/lib/cjs/UnexpectedErrors.js.map +1 -1
  86. package/lib/cjs/UtilityTypes.d.ts +112 -112
  87. package/lib/cjs/UtilityTypes.d.ts.map +1 -1
  88. package/lib/cjs/UtilityTypes.js +40 -40
  89. package/lib/cjs/YieldManager.d.ts +18 -18
  90. package/lib/cjs/YieldManager.js +34 -34
  91. package/lib/cjs/core-bentley.d.ts +74 -74
  92. package/lib/cjs/core-bentley.js +94 -90
  93. package/lib/cjs/core-bentley.js.map +1 -1
  94. package/lib/cjs/partitionArray.d.ts +21 -21
  95. package/lib/cjs/partitionArray.js +43 -43
  96. package/lib/esm/AccessToken.d.ts +10 -10
  97. package/lib/esm/AccessToken.d.ts.map +1 -1
  98. package/lib/esm/AccessToken.js +8 -8
  99. package/lib/esm/Assert.d.ts +25 -25
  100. package/lib/esm/Assert.js +41 -41
  101. package/lib/esm/BeEvent.d.ts +81 -81
  102. package/lib/esm/BeEvent.d.ts.map +1 -1
  103. package/lib/esm/BeEvent.js +150 -150
  104. package/lib/esm/BeSQLite.d.ts +172 -172
  105. package/lib/esm/BeSQLite.js +182 -182
  106. package/lib/esm/BentleyError.d.ts +378 -378
  107. package/lib/esm/BentleyError.d.ts.map +1 -1
  108. package/lib/esm/BentleyError.js +699 -699
  109. package/lib/esm/BentleyLoggerCategory.d.ts +11 -11
  110. package/lib/esm/BentleyLoggerCategory.js +16 -16
  111. package/lib/esm/ByteStream.d.ts +110 -110
  112. package/lib/esm/ByteStream.js +155 -155
  113. package/lib/esm/ClassUtils.d.ts +14 -14
  114. package/lib/esm/ClassUtils.js +22 -22
  115. package/lib/esm/Compare.d.ts +47 -47
  116. package/lib/esm/Compare.d.ts.map +1 -1
  117. package/lib/esm/Compare.js +63 -63
  118. package/lib/esm/CompressedId64Set.d.ts +134 -134
  119. package/lib/esm/CompressedId64Set.d.ts.map +1 -1
  120. package/lib/esm/CompressedId64Set.js +423 -423
  121. package/lib/esm/CompressedId64Set.js.map +1 -1
  122. package/lib/esm/Dictionary.d.ts +125 -125
  123. package/lib/esm/Dictionary.js +199 -199
  124. package/lib/esm/Disposable.d.ts +80 -80
  125. package/lib/esm/Disposable.d.ts.map +1 -1
  126. package/lib/esm/Disposable.js +112 -112
  127. package/lib/esm/Id.d.ts +285 -285
  128. package/lib/esm/Id.d.ts.map +1 -1
  129. package/lib/esm/Id.js +639 -639
  130. package/lib/esm/IndexMap.d.ts +65 -65
  131. package/lib/esm/IndexMap.js +86 -86
  132. package/lib/esm/JsonSchema.d.ts +77 -77
  133. package/lib/esm/JsonSchema.d.ts.map +1 -1
  134. package/lib/esm/JsonSchema.js +8 -8
  135. package/lib/esm/JsonUtils.d.ts +78 -78
  136. package/lib/esm/JsonUtils.js +148 -148
  137. package/lib/esm/LRUMap.d.ts +129 -129
  138. package/lib/esm/LRUMap.js +326 -326
  139. package/lib/esm/LRUMap.js.map +1 -1
  140. package/lib/esm/Logger.d.ts +143 -143
  141. package/lib/esm/Logger.d.ts.map +1 -1
  142. package/lib/esm/Logger.js +253 -251
  143. package/lib/esm/Logger.js.map +1 -1
  144. package/lib/esm/ObservableSet.d.ts +23 -23
  145. package/lib/esm/ObservableSet.js +47 -47
  146. package/lib/esm/OneAtATimeAction.d.ts +31 -31
  147. package/lib/esm/OneAtATimeAction.js +89 -89
  148. package/lib/esm/OrderedId64Iterable.d.ts +74 -74
  149. package/lib/esm/OrderedId64Iterable.d.ts.map +1 -1
  150. package/lib/esm/OrderedId64Iterable.js +232 -232
  151. package/lib/esm/OrderedSet.d.ts +40 -40
  152. package/lib/esm/OrderedSet.js +59 -59
  153. package/lib/esm/PriorityQueue.d.ts +70 -70
  154. package/lib/esm/PriorityQueue.d.ts.map +1 -1
  155. package/lib/esm/PriorityQueue.js +136 -136
  156. package/lib/esm/ProcessDetector.d.ts +59 -59
  157. package/lib/esm/ProcessDetector.js +67 -67
  158. package/lib/esm/SortedArray.d.ts +236 -236
  159. package/lib/esm/SortedArray.d.ts.map +1 -1
  160. package/lib/esm/SortedArray.js +308 -308
  161. package/lib/esm/StatusCategory.d.ts +30 -30
  162. package/lib/esm/StatusCategory.d.ts.map +1 -1
  163. package/lib/esm/StatusCategory.js +455 -454
  164. package/lib/esm/StatusCategory.js.map +1 -1
  165. package/lib/esm/StringUtils.d.ts +22 -22
  166. package/lib/esm/StringUtils.js +142 -142
  167. package/lib/esm/Time.d.ts +122 -122
  168. package/lib/esm/Time.js +146 -146
  169. package/lib/esm/Time.js.map +1 -1
  170. package/lib/esm/Tracing.d.ts +40 -40
  171. package/lib/esm/Tracing.js +123 -123
  172. package/lib/esm/TupleKeyedMap.d.ts +36 -36
  173. package/lib/esm/TupleKeyedMap.js +98 -98
  174. package/lib/esm/TypedArrayBuilder.d.ts +155 -155
  175. package/lib/esm/TypedArrayBuilder.d.ts.map +1 -1
  176. package/lib/esm/TypedArrayBuilder.js +198 -198
  177. package/lib/esm/UnexpectedErrors.d.ts +43 -43
  178. package/lib/esm/UnexpectedErrors.d.ts.map +1 -1
  179. package/lib/esm/UnexpectedErrors.js +65 -64
  180. package/lib/esm/UnexpectedErrors.js.map +1 -1
  181. package/lib/esm/UtilityTypes.d.ts +112 -112
  182. package/lib/esm/UtilityTypes.d.ts.map +1 -1
  183. package/lib/esm/UtilityTypes.js +34 -34
  184. package/lib/esm/YieldManager.d.ts +18 -18
  185. package/lib/esm/YieldManager.js +30 -30
  186. package/lib/esm/core-bentley.d.ts +74 -74
  187. package/lib/esm/core-bentley.js +78 -78
  188. package/lib/esm/partitionArray.d.ts +21 -21
  189. package/lib/esm/partitionArray.js +39 -39
  190. package/package.json +4 -4
@@ -1,23 +1,23 @@
1
- /*---------------------------------------------------------------------------------------------
2
- * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
- * See LICENSE.md in the project root for license terms and full copyright notice.
4
- *--------------------------------------------------------------------------------------------*/
5
- /** Check if class `subclass` is a different class from `superclass` but extends from `superclass`
6
- * @internal
7
- * @param subclass the class that may be a subclass of `superclass`
8
- * @param superclass the class that may be a base class of `subclass`
9
- * @returns whether `subclass` is a proper subclass of `superclass`
10
- */
11
- export function isProperSubclassOf(subclass, superclass) {
12
- return subclass.prototype instanceof superclass;
13
- }
14
- /** Check if class `subclass` is `superclass` or extends from `superclass`
15
- * @internal
16
- * @param subclass the class that may be a subclass of `superclass`
17
- * @param superclass the class that may be a base class of `subclass`
18
- * @returns whether `subclass` is a subclass of `superclass`
19
- */
20
- export function isSubclassOf(subclass, superclass) {
21
- return subclass === superclass || isProperSubclassOf(subclass, superclass);
22
- }
1
+ /*---------------------------------------------------------------------------------------------
2
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
+ * See LICENSE.md in the project root for license terms and full copyright notice.
4
+ *--------------------------------------------------------------------------------------------*/
5
+ /** Check if class `subclass` is a different class from `superclass` but extends from `superclass`
6
+ * @internal
7
+ * @param subclass the class that may be a subclass of `superclass`
8
+ * @param superclass the class that may be a base class of `subclass`
9
+ * @returns whether `subclass` is a proper subclass of `superclass`
10
+ */
11
+ export function isProperSubclassOf(subclass, superclass) {
12
+ return subclass.prototype instanceof superclass;
13
+ }
14
+ /** Check if class `subclass` is `superclass` or extends from `superclass`
15
+ * @internal
16
+ * @param subclass the class that may be a subclass of `superclass`
17
+ * @param superclass the class that may be a base class of `subclass`
18
+ * @returns whether `subclass` is a subclass of `superclass`
19
+ */
20
+ export function isSubclassOf(subclass, superclass) {
21
+ return subclass === superclass || isProperSubclassOf(subclass, superclass);
22
+ }
23
23
  //# sourceMappingURL=ClassUtils.js.map
@@ -1,48 +1,48 @@
1
- /** @packageDocumentation
2
- * @module Utils
3
- */
4
- /**
5
- * A function that returns a numerical value indicating how two objects are ordered in relation to one another.
6
- * Such functions are used by various collection classes throughout the library.
7
- * Given values `lhs` and `rhs`, the function returns:
8
- * - Zero if lhs == rhs
9
- * - A negative number if lhs < rhs
10
- * - A positive number if lhs > rhs
11
- *
12
- * An OrderedComparator `must` implement [strict weak ordering](https://en.wikipedia.org/wiki/Weak_ordering#Strict_weak_orderings), which can be summarized by the following rules:
13
- * - `compare(x, x)` returns zero.
14
- * - If `compare(x, y)` returns zero, then so does `compare(y, x)` (i.e., `x == y` implies `y == x`).
15
- * - If `compare(x, y)` returns non-zero, then `compare(y, x)` returns a value with an opposite sign (i.e., `x < y` implies `y > x`).
16
- * - If `compare(x, y)` and `compare(y, z)` return non-zero values with the same sign, then `compare(x, z)` returns a value with the same sign (i.e., `x < y < z` implies `x < z`).
17
- *
18
- * @see SortedArray
19
- * @see Dictionary
20
- * @see IndexMap
21
- * @see PriorityQueue
22
- * @public
23
- */
24
- export declare type OrderedComparator<T, U = T> = (lhs: T, rhs: U) => number;
25
- /**
26
- * An [[OrderedComparator]] for numbers that treats two numbers as equal if the absolute value of their difference is less than a specified tolerance.
27
- * @public
28
- */
29
- export declare function compareWithTolerance(a: number, b: number, tolerance?: number): number;
30
- /** @public */
31
- export declare function compareNumbers(a: number, b: number): number;
32
- /** @public */
33
- export declare function compareBooleans(a: boolean, b: boolean): number;
34
- /** @public */
35
- export declare function compareStrings(a: string, b: string): number;
36
- /** @public */
37
- export declare function comparePossiblyUndefined<T>(compareDefined: (lhs: T, rhs: T) => number, lhs?: T, rhs?: T): number;
38
- /** @public */
39
- export declare function compareStringsOrUndefined(lhs?: string, rhs?: string): number;
40
- /** @public */
41
- export declare function compareNumbersOrUndefined(lhs?: number, rhs?: number): number;
42
- /** @public */
43
- export declare function compareBooleansOrUndefined(lhs?: boolean, rhs?: boolean): number;
44
- /** Compare two possibly-undefined values for equality. If both are undefined, the comparison is performed by the supplied `areEqual` function.
45
- * @public
46
- */
47
- export declare function areEqualPossiblyUndefined<T, U>(t: T | undefined, u: U | undefined, areEqual: (t: T, u: U) => boolean): boolean;
1
+ /** @packageDocumentation
2
+ * @module Utils
3
+ */
4
+ /**
5
+ * A function that returns a numerical value indicating how two objects are ordered in relation to one another.
6
+ * Such functions are used by various collection classes throughout the library.
7
+ * Given values `lhs` and `rhs`, the function returns:
8
+ * - Zero if lhs == rhs
9
+ * - A negative number if lhs < rhs
10
+ * - A positive number if lhs > rhs
11
+ *
12
+ * An OrderedComparator `must` implement [strict weak ordering](https://en.wikipedia.org/wiki/Weak_ordering#Strict_weak_orderings), which can be summarized by the following rules:
13
+ * - `compare(x, x)` returns zero.
14
+ * - If `compare(x, y)` returns zero, then so does `compare(y, x)` (i.e., `x == y` implies `y == x`).
15
+ * - If `compare(x, y)` returns non-zero, then `compare(y, x)` returns a value with an opposite sign (i.e., `x < y` implies `y > x`).
16
+ * - If `compare(x, y)` and `compare(y, z)` return non-zero values with the same sign, then `compare(x, z)` returns a value with the same sign (i.e., `x < y < z` implies `x < z`).
17
+ *
18
+ * @see SortedArray
19
+ * @see Dictionary
20
+ * @see IndexMap
21
+ * @see PriorityQueue
22
+ * @public
23
+ */
24
+ export type OrderedComparator<T, U = T> = (lhs: T, rhs: U) => number;
25
+ /**
26
+ * An [[OrderedComparator]] for numbers that treats two numbers as equal if the absolute value of their difference is less than a specified tolerance.
27
+ * @public
28
+ */
29
+ export declare function compareWithTolerance(a: number, b: number, tolerance?: number): number;
30
+ /** @public */
31
+ export declare function compareNumbers(a: number, b: number): number;
32
+ /** @public */
33
+ export declare function compareBooleans(a: boolean, b: boolean): number;
34
+ /** @public */
35
+ export declare function compareStrings(a: string, b: string): number;
36
+ /** @public */
37
+ export declare function comparePossiblyUndefined<T>(compareDefined: (lhs: T, rhs: T) => number, lhs?: T, rhs?: T): number;
38
+ /** @public */
39
+ export declare function compareStringsOrUndefined(lhs?: string, rhs?: string): number;
40
+ /** @public */
41
+ export declare function compareNumbersOrUndefined(lhs?: number, rhs?: number): number;
42
+ /** @public */
43
+ export declare function compareBooleansOrUndefined(lhs?: boolean, rhs?: boolean): number;
44
+ /** Compare two possibly-undefined values for equality. If both are undefined, the comparison is performed by the supplied `areEqual` function.
45
+ * @public
46
+ */
47
+ export declare function areEqualPossiblyUndefined<T, U>(t: T | undefined, u: U | undefined, areEqual: (t: T, u: U) => boolean): boolean;
48
48
  //# sourceMappingURL=Compare.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Compare.d.ts","sourceRoot":"","sources":["../../src/Compare.ts"],"names":[],"mappings":"AAIA;;GAEG;AAEH;;;;;;;;;;;;;;;;;;;GAmBG;AACH,oBAAY,iBAAiB,CAAC,CAAC,EAAE,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,KAAK,MAAM,CAAC;AAErE;;;GAGG;AACH,wBAAgB,oBAAoB,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,SAAS,SAAM,GAAG,MAAM,CAOlF;AAED,cAAc;AACd,wBAAgB,cAAc,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAE3D;AAED,cAAc;AACd,wBAAgB,eAAe,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,OAAO,GAAG,MAAM,CAE9D;AAED,cAAc;AACd,wBAAgB,cAAc,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAE3D;AAED,cAAc;AACd,wBAAgB,wBAAwB,CAAC,CAAC,EAAE,cAAc,EAAE,CAAC,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,KAAK,MAAM,EAAE,GAAG,CAAC,EAAE,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,GAAG,MAAM,CAOhH;AAED,cAAc;AACd,wBAAgB,yBAAyB,CAAC,GAAG,CAAC,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAE5E;AAED,cAAc;AACd,wBAAgB,yBAAyB,CAAC,GAAG,CAAC,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAE5E;AAED,cAAc;AACd,wBAAgB,0BAA0B,CAAC,GAAG,CAAC,EAAE,OAAO,EAAE,GAAG,CAAC,EAAE,OAAO,GAAG,MAAM,CAE/E;AAED;;GAEG;AACH,wBAAgB,yBAAyB,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,GAAG,SAAS,EAAE,CAAC,EAAE,CAAC,GAAG,SAAS,EAAE,QAAQ,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,KAAK,OAAO,GAAG,OAAO,CAO9H"}
1
+ {"version":3,"file":"Compare.d.ts","sourceRoot":"","sources":["../../src/Compare.ts"],"names":[],"mappings":"AAIA;;GAEG;AAEH;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAM,MAAM,iBAAiB,CAAC,CAAC,EAAE,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,KAAK,MAAM,CAAC;AAErE;;;GAGG;AACH,wBAAgB,oBAAoB,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,SAAS,SAAM,GAAG,MAAM,CAOlF;AAED,cAAc;AACd,wBAAgB,cAAc,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAE3D;AAED,cAAc;AACd,wBAAgB,eAAe,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,OAAO,GAAG,MAAM,CAE9D;AAED,cAAc;AACd,wBAAgB,cAAc,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAE3D;AAED,cAAc;AACd,wBAAgB,wBAAwB,CAAC,CAAC,EAAE,cAAc,EAAE,CAAC,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,KAAK,MAAM,EAAE,GAAG,CAAC,EAAE,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,GAAG,MAAM,CAOhH;AAED,cAAc;AACd,wBAAgB,yBAAyB,CAAC,GAAG,CAAC,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAE5E;AAED,cAAc;AACd,wBAAgB,yBAAyB,CAAC,GAAG,CAAC,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAE5E;AAED,cAAc;AACd,wBAAgB,0BAA0B,CAAC,GAAG,CAAC,EAAE,OAAO,EAAE,GAAG,CAAC,EAAE,OAAO,GAAG,MAAM,CAE/E;AAED;;GAEG;AACH,wBAAgB,yBAAyB,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,GAAG,SAAS,EAAE,CAAC,EAAE,CAAC,GAAG,SAAS,EAAE,QAAQ,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,KAAK,OAAO,GAAG,OAAO,CAO9H"}
@@ -1,64 +1,64 @@
1
- /*---------------------------------------------------------------------------------------------
2
- * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
- * See LICENSE.md in the project root for license terms and full copyright notice.
4
- *--------------------------------------------------------------------------------------------*/
5
- /** @packageDocumentation
6
- * @module Utils
7
- */
8
- /**
9
- * An [[OrderedComparator]] for numbers that treats two numbers as equal if the absolute value of their difference is less than a specified tolerance.
10
- * @public
11
- */
12
- export function compareWithTolerance(a, b, tolerance = 0.1) {
13
- if (a < b - tolerance)
14
- return -1;
15
- else if (a > b + tolerance)
16
- return 1;
17
- else
18
- return 0;
19
- }
20
- /** @public */
21
- export function compareNumbers(a, b) {
22
- return a - b;
23
- }
24
- /** @public */
25
- export function compareBooleans(a, b) {
26
- return a !== b ? (a < b ? -1 : 1) : 0;
27
- }
28
- /** @public */
29
- export function compareStrings(a, b) {
30
- return a === b ? 0 : (a < b ? -1 : 1);
31
- }
32
- /** @public */
33
- export function comparePossiblyUndefined(compareDefined, lhs, rhs) {
34
- if (undefined === lhs)
35
- return undefined === rhs ? 0 : -1;
36
- else if (undefined === rhs)
37
- return 1;
38
- else
39
- return compareDefined(lhs, rhs);
40
- }
41
- /** @public */
42
- export function compareStringsOrUndefined(lhs, rhs) {
43
- return comparePossiblyUndefined(compareStrings, lhs, rhs);
44
- }
45
- /** @public */
46
- export function compareNumbersOrUndefined(lhs, rhs) {
47
- return comparePossiblyUndefined(compareNumbers, lhs, rhs);
48
- }
49
- /** @public */
50
- export function compareBooleansOrUndefined(lhs, rhs) {
51
- return comparePossiblyUndefined(compareBooleans, lhs, rhs);
52
- }
53
- /** Compare two possibly-undefined values for equality. If both are undefined, the comparison is performed by the supplied `areEqual` function.
54
- * @public
55
- */
56
- export function areEqualPossiblyUndefined(t, u, areEqual) {
57
- if (undefined === t)
58
- return undefined === u;
59
- else if (undefined === u)
60
- return false;
61
- else
62
- return areEqual(t, u);
63
- }
1
+ /*---------------------------------------------------------------------------------------------
2
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
+ * See LICENSE.md in the project root for license terms and full copyright notice.
4
+ *--------------------------------------------------------------------------------------------*/
5
+ /** @packageDocumentation
6
+ * @module Utils
7
+ */
8
+ /**
9
+ * An [[OrderedComparator]] for numbers that treats two numbers as equal if the absolute value of their difference is less than a specified tolerance.
10
+ * @public
11
+ */
12
+ export function compareWithTolerance(a, b, tolerance = 0.1) {
13
+ if (a < b - tolerance)
14
+ return -1;
15
+ else if (a > b + tolerance)
16
+ return 1;
17
+ else
18
+ return 0;
19
+ }
20
+ /** @public */
21
+ export function compareNumbers(a, b) {
22
+ return a - b;
23
+ }
24
+ /** @public */
25
+ export function compareBooleans(a, b) {
26
+ return a !== b ? (a < b ? -1 : 1) : 0;
27
+ }
28
+ /** @public */
29
+ export function compareStrings(a, b) {
30
+ return a === b ? 0 : (a < b ? -1 : 1);
31
+ }
32
+ /** @public */
33
+ export function comparePossiblyUndefined(compareDefined, lhs, rhs) {
34
+ if (undefined === lhs)
35
+ return undefined === rhs ? 0 : -1;
36
+ else if (undefined === rhs)
37
+ return 1;
38
+ else
39
+ return compareDefined(lhs, rhs);
40
+ }
41
+ /** @public */
42
+ export function compareStringsOrUndefined(lhs, rhs) {
43
+ return comparePossiblyUndefined(compareStrings, lhs, rhs);
44
+ }
45
+ /** @public */
46
+ export function compareNumbersOrUndefined(lhs, rhs) {
47
+ return comparePossiblyUndefined(compareNumbers, lhs, rhs);
48
+ }
49
+ /** @public */
50
+ export function compareBooleansOrUndefined(lhs, rhs) {
51
+ return comparePossiblyUndefined(compareBooleans, lhs, rhs);
52
+ }
53
+ /** Compare two possibly-undefined values for equality. If both are undefined, the comparison is performed by the supplied `areEqual` function.
54
+ * @public
55
+ */
56
+ export function areEqualPossiblyUndefined(t, u, areEqual) {
57
+ if (undefined === t)
58
+ return undefined === u;
59
+ else if (undefined === u)
60
+ return false;
61
+ else
62
+ return areEqual(t, u);
63
+ }
64
64
  //# sourceMappingURL=Compare.js.map
@@ -1,135 +1,135 @@
1
- /** @packageDocumentation
2
- * @module Ids
3
- */
4
- import { Id64Array, Id64Set, Id64String } from "./Id";
5
- import { OrderedId64Iterable } from "./OrderedId64Iterable";
6
- import { SortedArray } from "./SortedArray";
7
- /** @public */
8
- export declare type CompressedId64Set = string;
9
- /** A compact string representation of an [[Id64Set]]. Such a representation is useful when serializing potentially very large
10
- * sets of Ids.
11
- * @see [[CompressedId64Set.iterable]] to efficiently iterate the Ids represented by a compact string.
12
- * @see [[CompressedId64Set.compressSet]] and [[CompressedId64Set.compressArray]] to produce a compact string from a collection of Ids.
13
- * @see [[CompressedId64Set.decompressSet]] and [[CompressedId64Set.decompressArray]] to produce a collection of Ids from a compact string.
14
- * @see [[OrderedId64Iterable]] for a generic representation of an ordered set of Ids (compressed or otherwise).
15
- * @see [[MutableCompressedId64Set]] for a mutable version.
16
- * @public
17
- */
18
- export declare namespace CompressedId64Set {
19
- /** Given a set of [[Id64String]]s, produce a compact string representation. Useful when serializing potentially large sets of Ids.
20
- * @note Invalid Ids are ignored.
21
- * @see [[CompressedId64Set.sortAndCompress]] to compress any unordered collection of Ids.
22
- * @see [[CompressedId64Set.compressArray]] to perform the same operation on an [[Id64Array]].
23
- * @see [[CompressedId64Set.decompressSet]] to perform the inverse operation.
24
- */
25
- function compressSet(ids: Id64Set): CompressedId64Set;
26
- /** Create a sorted array from `ids`, then return a compact string representation of those Ids.
27
- * @see [[compressIds]] if `ids` is known to already be sorted.
28
- */
29
- function sortAndCompress(ids: Iterable<Id64String>): CompressedId64Set;
30
- /** Give a **numerically-ordered** array of [[Id64String]]s, produce a compact string representation. Useful when serializing potentially large sets of Ids.
31
- * Duplicate Ids are included only once in the string representation.
32
- * @throws Error if two consecutive Ids `x` and `y` exist such that the numerical value of `x` is greater than that of `y` - i.e., the array is not properly sorted.
33
- * @note The array must be sorted according to the 64-bit numerical value of each Id.
34
- * @note Invalid Ids are ignored.
35
- * @see [[CompressedId64Set.decompressArray]] to perform the inverse operation.
36
- * @see [[OrderedId64Iterable.sortArray]] to ensure the Ids are properly sorted.
37
- * @see [[CompressedId64Set.sortAndCompress]] to compress any unordered collection of Ids.
38
- */
39
- function compressArray(ids: Id64Array): CompressedId64Set;
40
- /** Give a **numerically-ordered** collection of [[Id64String]]s, produce a compact string representation. Useful when serializing potentially large sets of Ids.
41
- * Duplicate Ids are included only once in the string representation.
42
- * @throws Error if two consecutive Ids `x` and `y` exist such that the numerical value of `x` is greater than that of `y` - i.e., the collection is not properly sorted.
43
- * @note The collection must be sorted according to the 64-bit numerical value of each Id.
44
- * @note Invalid Ids are ignored.
45
- * @see [[CompressedId64Set.iterable]] to perform the inverse operation.
46
- * @see [[OrderedId64Iterable.sortArray]] or [[OrderedId64Iterable.compare]] to ensure the Ids are properly sorted.
47
- * @see [[CompressedId64Set.sortAndCompress]] to compress any unordered collection of Ids.
48
- */
49
- function compressIds(ids: OrderedId64Iterable): CompressedId64Set;
50
- /** Supplies an iterator over the [[Id64String]]s in a [[CompressedId64Set]].
51
- * The Ids are iterated in ascending order based on their unsigned 64-bit integer values.
52
- */
53
- function iterator(ids: CompressedId64Set): Iterator<Id64String>;
54
- /** Supplies an iterable over the [[Id64String]]s in a [[CompressedId64Set]].
55
- * The Ids are iterated in ascending order based on their unsigned 64-bit integer values.
56
- */
57
- function iterable(ids: CompressedId64Set): OrderedId64Iterable;
58
- /** Decompress the compact string representation of an [[Id64Set]] into an [[Id64Set]].
59
- * @param compressedIds The compact string representation.
60
- * @param out If supplied, the Ids will be inserted into this set rather than allocating and returning a new set.
61
- * @returns The set containing the decompressed Ids.
62
- * @throws Error if `compressedIds` is not a well-formed [[CompressedId64Set]].
63
- * @see [[CompressedId64Set.compressSet]] to perform the inverse operation.
64
- * @see [[CompressedId64Set.decompressArray]] to decompress as an [[Id64Array]] instead.
65
- * @see [[CompressedId64Set.iterable]] to efficiently iterate the Ids.
66
- */
67
- function decompressSet(compressedIds: CompressedId64Set, out?: Id64Set): Id64Set;
68
- /** Decompress the compact string representation of an [[Id64Set]] into an [[Id64Array]].
69
- * @param compressedIds The compact string representation.
70
- * @param out If supplied, the Ids will be appended to this array rather than allocating and returning a new array.
71
- * @returns The array containing the decompressed Ids.
72
- * @throws Error if `compressedIds` is not a well-formed [[CompressedId64Set]].
73
- * @note The Ids are decompressed and appended to the array in ascending order based on their 64-bit numerical values.
74
- * @see [[CompressedId64Set.compressArray]] to perform the inverse operation.
75
- * @see [[CompressedId64Set.decompressSet]] to decompress as an [[Id64Set]] instead.
76
- * @see [[CompressedId64Set.iterable]] to efficiently iterate the Ids.
77
- */
78
- function decompressArray(compressedIds: CompressedId64Set, out?: Id64Array): Id64Array;
79
- }
80
- /** A [[SortedArray]] of unique [[Id64String]]s sorted in ascending order by the 64-bit unsigned integer values of the Ids.
81
- * @see [[CompressedId64Set]] for an immutable compact string representation.
82
- * @public
83
- */
84
- export declare class OrderedId64Array extends SortedArray<Id64String> {
85
- /** Construct a new, empty array. */
86
- constructor();
87
- /** An iterable that iterates over the Ids in sorted order. */
88
- get ids(): OrderedId64Iterable;
89
- /** The underlying array of Ids. */
90
- get array(): ReadonlyArray<Id64String>;
91
- }
92
- /** A mutable set of valid [[Id64String]]s sorted in ascending order by the 64-bit unsigned integer value of the Ids.
93
- * Internally the set of Ids is maintained as a [[CompressedId64Set]] string representation.
94
- * Insertions and removals are buffered until the string representation needs to be recomputed. The string representation is recomputed by every public method except [[add]] and [[delete]] -
95
- * therefore, if multiple removals and/or insertions are required, it is most efficient to perform them all before invoking other methods.
96
- * @public
97
- */
98
- export declare class MutableCompressedId64Set implements OrderedId64Iterable {
99
- private _ids;
100
- private readonly _inserted;
101
- private readonly _deleted;
102
- /** Construct a new set, optionally initialized to contain the Ids represented by `ids`. */
103
- constructor(ids?: CompressedId64Set);
104
- /** Obtain the compact string representation of the contents of this set. If any insertions or removals are pending, they will be applied and the string recomputed. */
105
- get ids(): CompressedId64Set;
106
- /** Add the specified Id to the set.
107
- * @throws Error if `id` is not a valid [[Id64String]].
108
- */
109
- add(id: Id64String): void;
110
- /** Remove the specified Id from the set.
111
- * @throws Error if `id` is not a valid [[Id64String]].
112
- */
113
- delete(id: Id64String): void;
114
- /** Remove all Ids from the set. */
115
- clear(): void;
116
- /** Remove all Ids from the set, then add the specified Ids. */
117
- reset(ids?: CompressedId64Set): void;
118
- /** Obtain an iterator over the Ids in this set. The Ids are returned in ascending order based on their unsigned 64-bit integer values. */
119
- [Symbol.iterator](): Iterator<string, any, undefined>;
120
- /** Compute a compact string representation of the union of this and another set of Ids - i.e., those Ids present in either this and/or the other set. */
121
- computeUnion(ids: OrderedId64Iterable | CompressedId64Set | MutableCompressedId64Set): CompressedId64Set;
122
- /** Compute a compact string representation of the intersection of this and another set of Ids - i.e., those Ids present in both this and the other set. */
123
- computeIntersection(ids: OrderedId64Iterable | CompressedId64Set | MutableCompressedId64Set): CompressedId64Set;
124
- /** Compute a compact string representation of the difference between this and another set - i.e., those Ids present in this but not in the other set. */
125
- computeDifference(ids: OrderedId64Iterable | CompressedId64Set | MutableCompressedId64Set): CompressedId64Set;
126
- /** Return true if this set contains no Ids. */
127
- get isEmpty(): boolean;
128
- /** Return true if the set of Ids represented by `other` is identical to those in this set.
129
- * @note This considers only the **distinct** Ids in `other` - duplicates are ignored.
130
- */
131
- equals(other: CompressedId64Set | MutableCompressedId64Set | OrderedId64Iterable): boolean;
132
- private get _isDirty();
133
- private updateIds;
134
- }
1
+ /** @packageDocumentation
2
+ * @module Ids
3
+ */
4
+ import { Id64Array, Id64Set, Id64String } from "./Id";
5
+ import { OrderedId64Iterable } from "./OrderedId64Iterable";
6
+ import { SortedArray } from "./SortedArray";
7
+ /** @public */
8
+ export type CompressedId64Set = string;
9
+ /** A compact string representation of an [[Id64Set]]. Such a representation is useful when serializing potentially very large
10
+ * sets of Ids.
11
+ * @see [[CompressedId64Set.iterable]] to efficiently iterate the Ids represented by a compact string.
12
+ * @see [[CompressedId64Set.compressSet]] and [[CompressedId64Set.compressArray]] to produce a compact string from a collection of Ids.
13
+ * @see [[CompressedId64Set.decompressSet]] and [[CompressedId64Set.decompressArray]] to produce a collection of Ids from a compact string.
14
+ * @see [[OrderedId64Iterable]] for a generic representation of an ordered set of Ids (compressed or otherwise).
15
+ * @see [[MutableCompressedId64Set]] for a mutable version.
16
+ * @public
17
+ */
18
+ export declare namespace CompressedId64Set {
19
+ /** Given a set of [[Id64String]]s, produce a compact string representation. Useful when serializing potentially large sets of Ids.
20
+ * @note Invalid Ids are ignored.
21
+ * @see [[CompressedId64Set.sortAndCompress]] to compress any unordered collection of Ids.
22
+ * @see [[CompressedId64Set.compressArray]] to perform the same operation on an [[Id64Array]].
23
+ * @see [[CompressedId64Set.decompressSet]] to perform the inverse operation.
24
+ */
25
+ function compressSet(ids: Id64Set): CompressedId64Set;
26
+ /** Create a sorted array from `ids`, then return a compact string representation of those Ids.
27
+ * @see [[compressIds]] if `ids` is known to already be sorted.
28
+ */
29
+ function sortAndCompress(ids: Iterable<Id64String>): CompressedId64Set;
30
+ /** Give a **numerically-ordered** array of [[Id64String]]s, produce a compact string representation. Useful when serializing potentially large sets of Ids.
31
+ * Duplicate Ids are included only once in the string representation.
32
+ * @throws Error if two consecutive Ids `x` and `y` exist such that the numerical value of `x` is greater than that of `y` - i.e., the array is not properly sorted.
33
+ * @note The array must be sorted according to the 64-bit numerical value of each Id.
34
+ * @note Invalid Ids are ignored.
35
+ * @see [[CompressedId64Set.decompressArray]] to perform the inverse operation.
36
+ * @see [[OrderedId64Iterable.sortArray]] to ensure the Ids are properly sorted.
37
+ * @see [[CompressedId64Set.sortAndCompress]] to compress any unordered collection of Ids.
38
+ */
39
+ function compressArray(ids: Id64Array): CompressedId64Set;
40
+ /** Give a **numerically-ordered** collection of [[Id64String]]s, produce a compact string representation. Useful when serializing potentially large sets of Ids.
41
+ * Duplicate Ids are included only once in the string representation.
42
+ * @throws Error if two consecutive Ids `x` and `y` exist such that the numerical value of `x` is greater than that of `y` - i.e., the collection is not properly sorted.
43
+ * @note The collection must be sorted according to the 64-bit numerical value of each Id.
44
+ * @note Invalid Ids are ignored.
45
+ * @see [[CompressedId64Set.iterable]] to perform the inverse operation.
46
+ * @see [[OrderedId64Iterable.sortArray]] or [[OrderedId64Iterable.compare]] to ensure the Ids are properly sorted.
47
+ * @see [[CompressedId64Set.sortAndCompress]] to compress any unordered collection of Ids.
48
+ */
49
+ function compressIds(ids: OrderedId64Iterable): CompressedId64Set;
50
+ /** Supplies an iterator over the [[Id64String]]s in a [[CompressedId64Set]].
51
+ * The Ids are iterated in ascending order based on their unsigned 64-bit integer values.
52
+ */
53
+ function iterator(ids: CompressedId64Set): Iterator<Id64String>;
54
+ /** Supplies an iterable over the [[Id64String]]s in a [[CompressedId64Set]].
55
+ * The Ids are iterated in ascending order based on their unsigned 64-bit integer values.
56
+ */
57
+ function iterable(ids: CompressedId64Set): OrderedId64Iterable;
58
+ /** Decompress the compact string representation of an [[Id64Set]] into an [[Id64Set]].
59
+ * @param compressedIds The compact string representation.
60
+ * @param out If supplied, the Ids will be inserted into this set rather than allocating and returning a new set.
61
+ * @returns The set containing the decompressed Ids.
62
+ * @throws Error if `compressedIds` is not a well-formed [[CompressedId64Set]].
63
+ * @see [[CompressedId64Set.compressSet]] to perform the inverse operation.
64
+ * @see [[CompressedId64Set.decompressArray]] to decompress as an [[Id64Array]] instead.
65
+ * @see [[CompressedId64Set.iterable]] to efficiently iterate the Ids.
66
+ */
67
+ function decompressSet(compressedIds: CompressedId64Set, out?: Id64Set): Id64Set;
68
+ /** Decompress the compact string representation of an [[Id64Set]] into an [[Id64Array]].
69
+ * @param compressedIds The compact string representation.
70
+ * @param out If supplied, the Ids will be appended to this array rather than allocating and returning a new array.
71
+ * @returns The array containing the decompressed Ids.
72
+ * @throws Error if `compressedIds` is not a well-formed [[CompressedId64Set]].
73
+ * @note The Ids are decompressed and appended to the array in ascending order based on their 64-bit numerical values.
74
+ * @see [[CompressedId64Set.compressArray]] to perform the inverse operation.
75
+ * @see [[CompressedId64Set.decompressSet]] to decompress as an [[Id64Set]] instead.
76
+ * @see [[CompressedId64Set.iterable]] to efficiently iterate the Ids.
77
+ */
78
+ function decompressArray(compressedIds: CompressedId64Set, out?: Id64Array): Id64Array;
79
+ }
80
+ /** A [[SortedArray]] of unique [[Id64String]]s sorted in ascending order by the 64-bit unsigned integer values of the Ids.
81
+ * @see [[CompressedId64Set]] for an immutable compact string representation.
82
+ * @public
83
+ */
84
+ export declare class OrderedId64Array extends SortedArray<Id64String> {
85
+ /** Construct a new, empty array. */
86
+ constructor();
87
+ /** An iterable that iterates over the Ids in sorted order. */
88
+ get ids(): OrderedId64Iterable;
89
+ /** The underlying array of Ids. */
90
+ get array(): ReadonlyArray<Id64String>;
91
+ }
92
+ /** A mutable set of valid [[Id64String]]s sorted in ascending order by the 64-bit unsigned integer value of the Ids.
93
+ * Internally the set of Ids is maintained as a [[CompressedId64Set]] string representation.
94
+ * Insertions and removals are buffered until the string representation needs to be recomputed. The string representation is recomputed by every public method except [[add]] and [[delete]] -
95
+ * therefore, if multiple removals and/or insertions are required, it is most efficient to perform them all before invoking other methods.
96
+ * @public
97
+ */
98
+ export declare class MutableCompressedId64Set implements OrderedId64Iterable {
99
+ private _ids;
100
+ private readonly _inserted;
101
+ private readonly _deleted;
102
+ /** Construct a new set, optionally initialized to contain the Ids represented by `ids`. */
103
+ constructor(ids?: CompressedId64Set);
104
+ /** Obtain the compact string representation of the contents of this set. If any insertions or removals are pending, they will be applied and the string recomputed. */
105
+ get ids(): CompressedId64Set;
106
+ /** Add the specified Id to the set.
107
+ * @throws Error if `id` is not a valid [[Id64String]].
108
+ */
109
+ add(id: Id64String): void;
110
+ /** Remove the specified Id from the set.
111
+ * @throws Error if `id` is not a valid [[Id64String]].
112
+ */
113
+ delete(id: Id64String): void;
114
+ /** Remove all Ids from the set. */
115
+ clear(): void;
116
+ /** Remove all Ids from the set, then add the specified Ids. */
117
+ reset(ids?: CompressedId64Set): void;
118
+ /** Obtain an iterator over the Ids in this set. The Ids are returned in ascending order based on their unsigned 64-bit integer values. */
119
+ [Symbol.iterator](): Iterator<string, any, undefined>;
120
+ /** Compute a compact string representation of the union of this and another set of Ids - i.e., those Ids present in either this and/or the other set. */
121
+ computeUnion(ids: OrderedId64Iterable | CompressedId64Set | MutableCompressedId64Set): CompressedId64Set;
122
+ /** Compute a compact string representation of the intersection of this and another set of Ids - i.e., those Ids present in both this and the other set. */
123
+ computeIntersection(ids: OrderedId64Iterable | CompressedId64Set | MutableCompressedId64Set): CompressedId64Set;
124
+ /** Compute a compact string representation of the difference between this and another set - i.e., those Ids present in this but not in the other set. */
125
+ computeDifference(ids: OrderedId64Iterable | CompressedId64Set | MutableCompressedId64Set): CompressedId64Set;
126
+ /** Return true if this set contains no Ids. */
127
+ get isEmpty(): boolean;
128
+ /** Return true if the set of Ids represented by `other` is identical to those in this set.
129
+ * @note This considers only the **distinct** Ids in `other` - duplicates are ignored.
130
+ */
131
+ equals(other: CompressedId64Set | MutableCompressedId64Set | OrderedId64Iterable): boolean;
132
+ private get _isDirty();
133
+ private updateIds;
134
+ }
135
135
  //# sourceMappingURL=CompressedId64Set.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CompressedId64Set.d.ts","sourceRoot":"","sources":["../../src/CompressedId64Set.ts"],"names":[],"mappings":"AAIA;;GAEG;AAGH,OAAO,EAAQ,SAAS,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAC5D,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,cAAc;AACd,oBAAY,iBAAiB,GAAG,MAAM,CAAC;AAEvC;;;;;;;;GAQG;AACH,yBAAiB,iBAAiB,CAAC;IAqBjC;;;;;OAKG;IACH,SAAgB,WAAW,CAAC,GAAG,EAAE,OAAO,GAAG,iBAAiB,CAE3D;IAED;;OAEG;IACH,SAAgB,eAAe,CAAC,GAAG,EAAE,QAAQ,CAAC,UAAU,CAAC,GAAG,iBAAiB,CAK5E;IAED;;;;;;;;OAQG;IACH,SAAgB,aAAa,CAAC,GAAG,EAAE,SAAS,GAAG,iBAAiB,CAE/D;IAED;;;;;;;;OAQG;IACH,SAAgB,WAAW,CAAC,GAAG,EAAE,mBAAmB,GAAG,iBAAiB,CA2CvE;IAgFD;;OAEG;IACH,SAAiB,QAAQ,CAAC,GAAG,EAAE,iBAAiB,GAAG,QAAQ,CAAC,UAAU,CAAC,CA0FtE;IAED;;OAEG;IACH,SAAgB,QAAQ,CAAC,GAAG,EAAE,iBAAiB,GAAG,mBAAmB,CAIpE;IAED;;;;;;;;OAQG;IACH,SAAgB,aAAa,CAAC,aAAa,EAAE,iBAAiB,EAAE,GAAG,CAAC,EAAE,OAAO,GAAG,OAAO,CAMtF;IAED;;;;;;;;;OASG;IACH,SAAgB,eAAe,CAAC,aAAa,EAAE,iBAAiB,EAAE,GAAG,CAAC,EAAE,SAAS,GAAG,SAAS,CAM5F;CACF;AAED;;;GAGG;AACH,qBAAa,gBAAiB,SAAQ,WAAW,CAAC,UAAU,CAAC;IAC3D,oCAAoC;;IAKpC,8DAA8D;IAC9D,IAAW,GAAG,IAAI,mBAAmB,CAAwB;IAE7D,mCAAmC;IACnC,IAAW,KAAK,IAAI,aAAa,CAAC,UAAU,CAAC,CAAwB;CACtE;AAED;;;;;GAKG;AACH,qBAAa,wBAAyB,YAAW,mBAAmB;IAClE,OAAO,CAAC,IAAI,CAAoB;IAChC,OAAO,CAAC,QAAQ,CAAC,SAAS,CAA0B;IACpD,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAA0B;IAEnD,2FAA2F;gBACxE,GAAG,CAAC,EAAE,iBAAiB;IAI1C,uKAAuK;IACvK,IAAW,GAAG,IAAI,iBAAiB,CAGlC;IAED;;OAEG;IACI,GAAG,CAAC,EAAE,EAAE,UAAU,GAAG,IAAI;IAQhC;;OAEG;IACI,MAAM,CAAC,EAAE,EAAE,UAAU,GAAG,IAAI;IAQnC,mCAAmC;IAC5B,KAAK,IAAI,IAAI;IAMpB,+DAA+D;IACxD,KAAK,CAAC,GAAG,CAAC,EAAE,iBAAiB,GAAG,IAAI;IAK3C,0IAA0I;IACnI,CAAC,MAAM,CAAC,QAAQ,CAAC;IAIxB,yJAAyJ;IAClJ,YAAY,CAAC,GAAG,EAAE,mBAAmB,GAAG,iBAAiB,GAAG,wBAAwB,GAAG,iBAAiB;IAS/G,2JAA2J;IACpJ,mBAAmB,CAAC,GAAG,EAAE,mBAAmB,GAAG,iBAAiB,GAAG,wBAAwB,GAAG,iBAAiB;IAStH,yJAAyJ;IAClJ,iBAAiB,CAAC,GAAG,EAAE,mBAAmB,GAAG,iBAAiB,GAAG,wBAAwB,GAAG,iBAAiB;IAOpH,+CAA+C;IAC/C,IAAW,OAAO,IAAI,OAAO,CAE5B;IAED;;OAEG;IACI,MAAM,CAAC,KAAK,EAAE,iBAAiB,GAAG,wBAAwB,GAAG,mBAAmB,GAAG,OAAO;IAgBjG,OAAO,KAAK,QAAQ,GAEnB;IAED,OAAO,CAAC,SAAS;CAWlB"}
1
+ {"version":3,"file":"CompressedId64Set.d.ts","sourceRoot":"","sources":["../../src/CompressedId64Set.ts"],"names":[],"mappings":"AAIA;;GAEG;AAGH,OAAO,EAAQ,SAAS,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAC5D,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,cAAc;AACd,MAAM,MAAM,iBAAiB,GAAG,MAAM,CAAC;AAEvC;;;;;;;;GAQG;AACH,yBAAiB,iBAAiB,CAAC;IAqBjC;;;;;OAKG;IACH,SAAgB,WAAW,CAAC,GAAG,EAAE,OAAO,GAAG,iBAAiB,CAE3D;IAED;;OAEG;IACH,SAAgB,eAAe,CAAC,GAAG,EAAE,QAAQ,CAAC,UAAU,CAAC,GAAG,iBAAiB,CAK5E;IAED;;;;;;;;OAQG;IACH,SAAgB,aAAa,CAAC,GAAG,EAAE,SAAS,GAAG,iBAAiB,CAE/D;IAED;;;;;;;;OAQG;IACH,SAAgB,WAAW,CAAC,GAAG,EAAE,mBAAmB,GAAG,iBAAiB,CA2CvE;IAgFD;;OAEG;IACH,SAAiB,QAAQ,CAAC,GAAG,EAAE,iBAAiB,GAAG,QAAQ,CAAC,UAAU,CAAC,CA0FtE;IAED;;OAEG;IACH,SAAgB,QAAQ,CAAC,GAAG,EAAE,iBAAiB,GAAG,mBAAmB,CAIpE;IAED;;;;;;;;OAQG;IACH,SAAgB,aAAa,CAAC,aAAa,EAAE,iBAAiB,EAAE,GAAG,CAAC,EAAE,OAAO,GAAG,OAAO,CAMtF;IAED;;;;;;;;;OASG;IACH,SAAgB,eAAe,CAAC,aAAa,EAAE,iBAAiB,EAAE,GAAG,CAAC,EAAE,SAAS,GAAG,SAAS,CAM5F;CACF;AAED;;;GAGG;AACH,qBAAa,gBAAiB,SAAQ,WAAW,CAAC,UAAU,CAAC;IAC3D,oCAAoC;;IAKpC,8DAA8D;IAC9D,IAAW,GAAG,IAAI,mBAAmB,CAAwB;IAE7D,mCAAmC;IACnC,IAAW,KAAK,IAAI,aAAa,CAAC,UAAU,CAAC,CAAwB;CACtE;AAED;;;;;GAKG;AACH,qBAAa,wBAAyB,YAAW,mBAAmB;IAClE,OAAO,CAAC,IAAI,CAAoB;IAChC,OAAO,CAAC,QAAQ,CAAC,SAAS,CAA0B;IACpD,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAA0B;IAEnD,2FAA2F;gBACxE,GAAG,CAAC,EAAE,iBAAiB;IAI1C,uKAAuK;IACvK,IAAW,GAAG,IAAI,iBAAiB,CAGlC;IAED;;OAEG;IACI,GAAG,CAAC,EAAE,EAAE,UAAU,GAAG,IAAI;IAQhC;;OAEG;IACI,MAAM,CAAC,EAAE,EAAE,UAAU,GAAG,IAAI;IAQnC,mCAAmC;IAC5B,KAAK,IAAI,IAAI;IAMpB,+DAA+D;IACxD,KAAK,CAAC,GAAG,CAAC,EAAE,iBAAiB,GAAG,IAAI;IAK3C,0IAA0I;IACnI,CAAC,MAAM,CAAC,QAAQ,CAAC;IAIxB,yJAAyJ;IAClJ,YAAY,CAAC,GAAG,EAAE,mBAAmB,GAAG,iBAAiB,GAAG,wBAAwB,GAAG,iBAAiB;IAS/G,2JAA2J;IACpJ,mBAAmB,CAAC,GAAG,EAAE,mBAAmB,GAAG,iBAAiB,GAAG,wBAAwB,GAAG,iBAAiB;IAStH,yJAAyJ;IAClJ,iBAAiB,CAAC,GAAG,EAAE,mBAAmB,GAAG,iBAAiB,GAAG,wBAAwB,GAAG,iBAAiB;IAOpH,+CAA+C;IAC/C,IAAW,OAAO,IAAI,OAAO,CAE5B;IAED;;OAEG;IACI,MAAM,CAAC,KAAK,EAAE,iBAAiB,GAAG,wBAAwB,GAAG,mBAAmB,GAAG,OAAO;IAgBjG,OAAO,KAAK,QAAQ,GAEnB;IAED,OAAO,CAAC,SAAS;CAWlB"}