UNPKG

graph-builder

Version:

A graph builder library for modeling abstract graph structures.

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