graph-builder
Version:
A graph builder library for modeling abstract graph structures.
13 lines (8 loc) • 429 B
Markdown
[Home](./index) > [graph-builder](./graph-builder.md) > [ElementOrder](./graph-builder.elementorder.md) > [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>`