pub unsafe fn yaml_document_add_sequence(
document: *mut yaml_document_t,
tag: *const u8,
style: yaml_sequence_style_t,
) -> i32
Expand description
Create a SEQUENCE node and attach it to the document.
The style
argument may be ignored by the emitter.
Returns the node id or 0 on error.