Get the integer field identifier for a field name. If you are going to be using a field name repeatedly, it is often a little faster to use the corresponding field identifier instead.
Value
An integer vector the same length as name
containing:
The field identifier for the field name, if known.
NA
, if the field name was not known.
Examples
language <- treesitter.r::language()
language_field_id_for_name(language, "lhs")
#> [1] 11