- create<VertexIndex, EdgeProps, Props>(offset: ArrayLike<number>, a: ArrayLike<VertexIndex>, b: ArrayLike<VertexIndex>, edgeCount: number, edgeProps?: EdgeProps, props?: Props): IntAdjacencyGraph<VertexIndex, EdgeProps, Props>
-
Type Parameters
-
VertexIndex extends number
-
-
Props
Parameters
-
-
-
-
edgeCount: number
-
Optional
edgeProps: EdgeProps
-
Optional
props: Props
Returns IntAdjacencyGraph<VertexIndex, EdgeProps, Props>