in_node_get_type

Gets the type of the node.

version(IN_DYNLIB)
export extern (C) @nogc
const(char)*
in_node_get_type

Parameters

self in_node_t*

The node to operate on.

Return Value

Type: const(char)*

The type id of the node.

Meta