Graph.export_

Registers a new exported definition.

One can only export definitions already within the graph.

struct Graph
@nogc nothrow
int
export_
(
ref const(InEdge) definition
)

Return Value

Type: int

An index which identifies this export, or a negative error code.

Meta

Version

TODO: import/export API needs to be worked on