TreeSitterTreeCursor.fromRaw constructor
TreeSitterTreeCursor.fromRaw()
Reconstructs ownership of a cursor transferred through intoRaw.
Implementation
factory TreeSitterTreeCursor.fromRaw(
TreeSitterRawHandle<TreeSitterTreeCursor> raw,
) => raw.take();