in_as_solo

Casts the given node to a solo.

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

Parameters

self in_node_t*

The node to operate on.

Return Value

Type: in_solo_t*

A in_solo_t* representing the solo, null if the cast failed.

Meta