lilv_node_is_string

Function lilv_node_is_string 

Source
pub unsafe extern "C" fn lilv_node_is_string(
    value: *const LilvNode,
) -> bool
Expand description

Return whether this value is a string literal. Returns true if value is a string value (and not numeric).