intoRaw method

Returns the by-value raw node counterpart.

Native TSNode is Copy and does not own its tree, so this does not invalidate the source node. The returned handle may be consumed once.

Implementation

TreeSitterRawHandle<TreeSitterNode> intoRaw() =>
    TreeSitterRawHandle<TreeSitterNode>.owned(this);