Bloccs.Manifest.Edge (bloccs v0.1.0)

Copy Markdown View Source

A wire connecting an output port on one node to one or more input ports.

Summary

Types

endpoint()

@type endpoint() :: {atom(), atom()}

t()

@type t() :: %Bloccs.Manifest.Edge{from: endpoint(), to: [endpoint()]}