graph-builder
Version:
A graph builder library for modeling abstract graph structures.
13 lines (8 loc) • 397 B
Markdown
[Home](./index) > [graph-builder](./graph-builder.md) > [ElementOrder](./graph-builder.elementorder.md) > [insertion](./graph-builder.elementorder.insertion.md)
# ElementOrder.insertion method
Returns an instance which specifies that insertion ordering is guaranteed.
**Signature:**
```javascript
static insertion<S>(): ElementOrder<S>;
```
**Returns:** `ElementOrder<S>`