SyntaxIndexInTree

Represents a unique value for a node within its own tree.

SyntaxIdentifier.swift:30
struct SyntaxIndexInTree

This is similar to SyntaxIdentifier but does not store the root ID of the tree. It can thus be transferred across trees that are structurally equivalent, for example two copies of the same tree that live in different processes.