alias TreeSitter::Parser::ReadProc
Overview
Used on Parser#parse
method, the 2 parameters are
- byte index
- position Return value must be a Bytes object with the data or nil if there's no more data.
Alias Definition
UInt32, TreeSitter::Point -> Slice(UInt8)?