in_as_mask

Casts the given node to a mask.

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

Parameters

self in_node_t*

The node to operate on.

Return Value

Type: in_mask_t*

A in_mask_t* representing the mask, null if the cast failed.

Meta