The signature for functions that derive orderable keys from complex values.
The key type to extract from node values.
The node value type from which to extract keys.
The native orderable types whose relative order can be compared with >
and <
.
The public API declares all the types that are exposed through regular usage of this package. All types and interfaces defined here can be used in client code. The default export of the package is
AVLTreeFactories
, a plain object that contains factory methods for AVL tree instances. You can import the package as follows: