Skip to content

Commit 0d8fa1a

Browse files
committed
update readme with union methods
1 parent a475da9 commit 0d8fa1a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,11 @@ Union class member functions:
152152

153153
```typescript
154154
class Union {
155+
isEmpty(): boolean;
156+
isFull(): boolean;
157+
lower(): number;
158+
upper(): number;
159+
contains(value: number): boolean;
155160
forEach(callback: (x: Interval, index: number) => void): void;
156161
toString(numbers?: (x: number) => string): string;
157162
print(): void;

0 commit comments

Comments
 (0)