internal/ast/ids.go (5 lines of code) (raw):

package ast type ( NodeId uint64 SymbolId uint64 )