Skip to content

Commit ff7f3f4

Browse files
committed
doc: update readme
1 parent de94d21 commit ff7f3f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ class Union {
164164
lower(): number;
165165
upper(): number;
166166
contains(value: number): boolean;
167+
subset(other: Union): boolean;
168+
superset(other: Union): boolean;
167169
forEach(callback: (x: Interval, index: number) => void): void;
168170
toString(numbers?: (x: number) => string): string;
169171
print(): void;

0 commit comments

Comments
 (0)