Function: avl-tree--node-branch
avl-tree--node-branch is a function alias for aref, defined in data.c.
Signature
(avl-tree--node-branch BRANCH NODE)
Documentation
Get value of a branch of a node.
NODE is the node, and BRANCH is the branch.
0 for left pointer, 1 for right pointer and 2 for the data.
Aliases
svref (obsolete since 27.1)
cl-svref
avl-tree--node-branch