Skip to content

Commit

Permalink
Update scripts/generate/templates/Heap.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx authored Jul 23, 2024
1 parent 3abeb84 commit 8801d98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/generate/templates/Heap.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ struct ${struct} {
${node}[] data;
}
/**
* @dev Internal node type for ${struct}. Stores a value of type ${valueType}.
*/
struct ${node} {
${valueType} value;
${indexType} index; // position -> value
Expand Down

0 comments on commit 8801d98

Please sign in to comment.