Packages

Directed and undirected graphs

Current section

Files

Jump to
graph include graph_Context.hrl
Raw

include/graph_Context.hrl

-record(context, {
incoming :: gleam@dict:dict(integer(), any()),
node :: graph:node_(any()),
outgoing :: gleam@dict:dict(integer(), any())
}).