Function ruby_prism_sys::pm_node_destroy
source · pub unsafe extern "C" fn pm_node_destroy(
parser: *mut pm_parser_t,
node: *mut pm_node
)Expand description
Deallocate a node and all of its children.
@param parser The parser that owns the node. @param node The node to deallocate.