This is documentation for the development version of Patricia Tree,
the latest released version is
v0.10.0.
Click here
to redirect to the latest version.
Patricia Tree API - HETEROGENEOUS_VALUE
The module type of values, which can be heterogeneous. This can be used to specify how the type of the value depends on that of the key. If the value doesn't depend on the key type, you can use the provided default implementations HomogeneousValue
and WrappedHomogeneousValue
.
The type of values. A 'map map
maps 'key key
to ('key, 'map) value
. Can be mutable if desired, unless it is being used in Hash-consed maps and sets.