package ptmap
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module PtmapSource
Maps over integers implemented as Patricia trees.
The following signature is a subset of Map.S with type key = int, with the same specifications (not repeated here) unless specified otherwise.
These are little-endian Patricia trees, so there is no efficient ordering of keys within the structure. Consequently,
min/max_binding,find_first/lastare rather inefficient (linear)iter,fold*do not* iterate in the key orderbindingsis *not sorted* by keys