graph-builder
Version:
A graph builder library for modeling abstract graph structures.
19 lines (12 loc) • 563 B
Markdown
[Home](./index) > [graph-builder](./graph-builder.md) > [ElementOrder](./graph-builder.elementorder.md) > [constructor](./graph-builder.elementorder.constructor.md)
# ElementOrder.constructor method
Constructs a new instance of the [ElementOrder](./graph-builder.elementorder.md) class
**Signature:**
```javascript
constructor(type: Type, comparator?: Comparator<T> | undefined);
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| `type` | `Type` | |
| `comparator` | `Comparator<T> | undefined` | |