mg_node_label_at

Returns the label at position pos in node node's label list.

Return: A pointer to the required label. If pos is outside of label list bounds, NULL is returned.

extern (C)
const(mg_string)*
mg_node_label_at
(
const mg_node* node
,
uint pos
)

Meta