TreeSitterReallocFunction typedef

TreeSitterReallocFunction = Object? Function(Object? buffer, int size)

Dart counterpart of Tree-sitter's TSRealloc callback.

Implementation

typedef TreeSitterReallocFunction = Object? Function(Object? buffer, int size);