class SplitInsertNode
- supers: Node
Example:
assert.node_type("split_insert", nil, {
id = "split_insert (34)",
fields = {
"prev (-1)",
"next (0)",
"id (1)",
"subtype (2)",
"height (3)",
"last_ins_ptr (4)",
"best_ins_ptr (5)",
"broken_ptr (6)",
"broken_ins (7)",
},
})
Reference:
- Corresponding C source code: texnodes.c#L922-L927
😱 Types incomplete or incorrect? 🙏 Please contribute!