in_as_part

Casts the given node to a part.

version(IN_DYNLIB)
export extern (C) @nogc
in_as_part

Parameters

self in_node_t*

The node to operate on.

Return Value

Type: in_part_t*

A in_part_t* representing the part, null if the cast failed.

Meta