root property
Root of the red tree
Implementation
late final SyntaxNode root = SyntaxNode(
parent: null,
value: greenRoot,
pos: -1, // Important
);
Root of the red tree
late final SyntaxNode root = SyntaxNode(
parent: null,
value: greenRoot,
pos: -1, // Important
);