Yex.Nif (y_ex v0.0.1)
Summary
Functions
Link to this function
apply_update(doc, update)
Link to this function
array_delete_range(array, index, length)
Link to this function
array_get(array, index)
Link to this function
array_insert(array, index, value)
Link to this function
array_length(array)
Link to this function
array_to_json(array)
Link to this function
array_to_list(array)
Link to this function
doc_begin_transaction(doc, origin)
Link to this function
doc_commit_transaction(doc)
Link to this function
doc_get_or_insert_array(doc, name)
Link to this function
doc_get_or_insert_map(doc, name)
Link to this function
doc_get_or_insert_text(doc, name)
Link to this function
doc_get_or_insert_xml_fragment(doc, name)
Link to this function
doc_monitor_update_v1(doc, pid)
Link to this function
doc_monitor_update_v2(doc, pid)
Link to this function
doc_new()
Link to this function
doc_with_options(option)
Link to this function
encode_state_as_update(doc, diff)
Link to this function
encode_state_vector(doc)
Link to this function
map_delete(map, key)
Link to this function
map_get(map, key)
Link to this function
map_set(map, key, value)
Link to this function
map_size(map)
Link to this function
map_to_json(map)
Link to this function
map_to_map(map)
Link to this function
sub_unsubscribe(sub)
Link to this function
text_delete(text, index, len)
Link to this function
text_format(text, index, len, attr)
Link to this function
text_insert(text, index, content)
Link to this function
text_insert_with_attributes(text, index, content, attr)
Link to this function
text_length(text)
Link to this function