object: graph: expose Graph.Results
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
6dd7b48662
commit
9032a22064
1 changed files with 1 additions and 1 deletions
|
|
@ -345,7 +345,7 @@ pub const Graph = struct {
|
|||
} });
|
||||
}
|
||||
|
||||
const Results = struct {
|
||||
pub const Results = struct {
|
||||
// The actual result items. Read-only.
|
||||
items: []const u64,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue