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