Function yrs::ytype_kind

source · []
#[no_mangle]
pub unsafe extern "C" fn ytype_kind(branch: *const Branch) -> c_char
Expand description

Returns a value informing what kind of Yrs shared collection given branch represents. Returns either 0 when branch is null or one of values: Y_ARRAY, Y_TEXT, Y_MAP, Y_XML_ELEM, Y_XML_TEXT.