UNPKG

graph-builder

Version:

A graph builder library for modeling abstract graph structures.

19 lines (12 loc) 563 B
[Home](./index) &gt; [graph-builder](./graph-builder.md) &gt; [ElementOrder](./graph-builder.elementorder.md) &gt; [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` | |