We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de94d21 commit ff7f3f4Copy full SHA for ff7f3f4
README.md
@@ -164,6 +164,8 @@ class Union {
164
lower(): number;
165
upper(): number;
166
contains(value: number): boolean;
167
+ subset(other: Union): boolean;
168
+ superset(other: Union): boolean;
169
forEach(callback: (x: Interval, index: number) => void): void;
170
toString(numbers?: (x: number) => string): string;
171
print(): void;
0 commit comments