module type DCounter =sig
..end
The elt
type (included from IVector
must be supplied when including).
include Mutable_types.IVector
val decr : t -> unit
decr t
decrements the position associated with the numsite
of t
.
See M_IntVector
for more information on numsites
.