UNPKG

graph-builder

Version:

A graph builder library for modeling abstract graph structures.

13 lines (8 loc) 429 B
[Home](./index) &gt; [graph-builder](./graph-builder.md) &gt; [ElementOrder](./graph-builder.elementorder.md) &gt; [natural](./graph-builder.elementorder.natural.md) # ElementOrder.natural method Returns an instance which specifies that the natural ordering of the elements is guaranteed. **Signature:** ```javascript static natural<S extends Comparable<S>>(): ElementOrder<S>; ``` **Returns:** `ElementOrder<S>`