Struct stack_graphs::c::sg_nodes [−][src]
Expand description
An array of all of the nodes in a stack graph. Node handles are indices into this array. There will never be a valid node at index 0; a handle with the value 0 represents a missing node.
Fields
nodes: *const sg_node
count: usize